We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f565501 commit 1999332Copy full SHA for 1999332
x-pack/test/reporting_api_integration/reporting_and_security/csv_searchsource_immediate.ts
@@ -31,7 +31,8 @@ export default function ({ getService }: FtrProviderContext) {
31
},
32
};
33
34
- describe('CSV Generation from SearchSource', () => {
+ // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96000
35
+ describe.skip('CSV Generation from SearchSource', () => {
36
before(async () => {
37
await kibanaServer.uiSettings.update({
38
'csv:quoteValues': false,
0 commit comments