skip flaky suite (#103430)

This commit is contained in:
Tyler Smalley 2021-09-14 13:20:59 -07:00
parent 2976f33618
commit 34581ff1ed

View file

@ -52,7 +52,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.existOrFail('csvDownloadStarted'); // validate toast panel
};
describe('Download CSV', () => {
// Failing: See https://github.com/elastic/kibana/issues/103430
describe.skip('Download CSV', () => {
before('initialize tests', async () => {
log.debug('ReportingPage:initTests');
await browser.setWindowSize(1600, 850);