Skip to content

Commit 37bb50c

Browse files
Merge branch '7.5' into backport/7.5/pr-50189
2 parents da15de3 + 7dc6d62 commit 37bb50c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"private": true,
1414
"version": "7.5.0",
15-
"branch": "7.x",
15+
"branch": "7.5",
1616
"types": "./kibana.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",
1818
"build": {

test/functional/apps/visualize/_area_chart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function ({ getService, getPageObjects }) {
168168
await inspector.close();
169169
});
170170

171-
it('scales when enabled count agg', async () => {
171+
it.skip('scales when enabled count agg', async () => {
172172
const expectedTableData = [
173173
[ '2015-09-20 00:00', '0.002' ],
174174
[ '2015-09-20 01:00', '0.003' ],
@@ -200,7 +200,7 @@ export default function ({ getService, getPageObjects }) {
200200
await inspector.close();
201201
});
202202

203-
it('does not scale top hit agg', async () => {
203+
it.skip('does not scale top hit agg', async () => {
204204
const expectedTableData = [
205205
[ '2015-09-20 00:00', '6', '9.035KB' ],
206206
[ '2015-09-20 01:00', '9', '5.854KB' ],

0 commit comments

Comments
 (0)