Skip to content

Commit 64b9516

Browse files
Merge branch '7.5' into backport/7.5/pr-50015
2 parents 5f76011 + 8d15794 commit 64b9516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)