skip failing test suite (#150561)

This commit is contained in:
Kibana Machine 2023-02-08 11:32:57 -05:00
parent ef16c94557
commit 242d67d138

View file

@ -66,7 +66,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/150561
describe.skip('Download CSV', () => {
before('initialize tests', async () => {
log.debug('ReportingPage:initTests');
await browser.setWindowSize(1600, 850);