Skip to content

Commit

Permalink
Merge branch '7.5' into backport/7.5/pr-50141
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Nov 13, 2019
2 parents 04fa113 + 8d15794 commit 6c5c127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default function ({ getService, getPageObjects }) {
await inspector.close();
});

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

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

0 comments on commit 6c5c127

Please sign in to comment.