Skip to content

Commit

Permalink
skip flaky test (#44132)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 27, 2019
1 parent 4d1671b commit 9d8f808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('switch index patterns', () => {
// FLAKY: https://github.com/elastic/kibana/issues/44132
describe.skip('switch index patterns', () => {
beforeEach(async () => {
log.debug('Load kibana_sample_data_flights data');
await esArchiver.loadIfNeeded('kibana_sample_data_flights');
Expand Down

0 comments on commit 9d8f808

Please sign in to comment.