skip flaky suite (#96000)

This commit is contained in:
spalger 2021-03-31 15:13:06 -07:00
parent 65deb5a46b
commit aa81dc52f6

View file

@ -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);