Skip to content

Commit

Permalink
chore(NA): skip functional test for visualize axis scalling preventin…
Browse files Browse the repository at this point in the history
…g es snapshot promotion (elastic#65100)
  • Loading branch information
mistic authored May 4, 2020
1 parent 5e972e1 commit 122450a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ export default function({ getService, getPageObjects }) {
await inspector.close();
});

it('does not scale top hit agg', async () => {
// Preventing ES Promotion for master (8.0)
// https://github.com/elastic/kibana/issues/64734
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 122450a

Please sign in to comment.