Skip to content

Commit

Permalink
skip flaky suite (#96000)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 31, 2021
1 parent 65deb5a commit aa81dc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.existOrFail('csvDownloadStarted'); // validate toast panel
};

describe('Download CSV', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96000
describe.skip('Download CSV', () => {
before('initialize tests', async () => {
log.debug('ReportingPage:initTests');
await browser.setWindowSize(1600, 850);
Expand Down

0 comments on commit aa81dc5

Please sign in to comment.