Skip to content

Commit

Permalink
skip flaky test (#26649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Dec 4, 2018
1 parent 8a2f8bc commit 85a1161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_tsvb_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default function ({ getService, getPageObjects }) {
});
});

describe('switch index patterns', () => {
describe.skip('switch index patterns', () => {
before(async function () {
log.debug('Load kibana_sample_data_flights data');
await esArchiver.loadIfNeeded('kibana_sample_data_flights');
Expand Down

0 comments on commit 85a1161

Please sign in to comment.