Skip to content

Commit 1999332

Browse files
committed
skip suite failing es promotion (#96000)
(cherry picked from commit 5a9cff2)
1 parent f565501 commit 1999332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/reporting_api_integration/reporting_and_security/csv_searchsource_immediate.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export default function ({ getService }: FtrProviderContext) {
3131
},
3232
};
3333

34-
describe('CSV Generation from SearchSource', () => {
34+
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96000
35+
describe.skip('CSV Generation from SearchSource', () => {
3536
before(async () => {
3637
await kibanaServer.uiSettings.update({
3738
'csv:quoteValues': false,

0 commit comments

Comments
 (0)