Skip to content

Commit aa81dc5

Browse files
committed
skip flaky suite (#96000)
1 parent 65deb5a commit aa81dc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/dashboard/reporting/download_csv.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
5050
await testSubjects.existOrFail('csvDownloadStarted'); // validate toast panel
5151
};
5252

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

0 commit comments

Comments
 (0)