Skip to content

Commit

Permalink
skip flaky suite (elastic#182603)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 19, 2024
1 parent 4726e70 commit 2f02df5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('Generate CSV: new search', () => {
// FLAKY: https://github.com/elastic/kibana/issues/182603
describe.skip('Generate CSV: new search', () => {
before(async () => {
await reportingAPI.initEcommerce();
});
Expand Down

0 comments on commit 2f02df5

Please sign in to comment.