Skip to content

Commit

Permalink
disable flaky test (elastic#45970)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 18, 2019
1 parent b0188e0 commit dc774b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_point_series_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export default function ({ getService, getPageObjects }) {
});

describe('multiple chart types', function () {
it('should change average series type to histogram', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/45970
it.skip('should change average series type to histogram', async function () {
await pointSeriesVis.setSeriesType(1, 'histogram');
await PageObjects.visualize.clickGo();
const length = await pointSeriesVis.getHistogramSeries();
Expand Down

0 comments on commit dc774b3

Please sign in to comment.