Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 22, 2019
1 parent 86b72d3 commit fa74cf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
after(async () => {
await esArchiver.unload('kibana_sample_data_flights');
});
it('should be able to switch between index patterns', async () => {

// FLAKY: https://github.com/elastic/kibana/issues/43150
it.skip('should be able to switch between index patterns', async () => {
const value = await PageObjects.visualBuilder.getMetricValue();
expect(value).to.eql('156');
await PageObjects.visualBuilder.clickPanelOptions('metric');
Expand Down

0 comments on commit fa74cf0

Please sign in to comment.