Skip to content

Commit

Permalink
skip suite failing es promotion (#96000)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 1, 2021
1 parent 5db8027 commit 5a9cff2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getService }: FtrProviderContext) {
},
};

describe('CSV Generation from SearchSource', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96000
describe.skip('CSV Generation from SearchSource', () => {
before(async () => {
await kibanaServer.uiSettings.update({
'csv:quoteValues': false,
Expand Down

0 comments on commit 5a9cff2

Please sign in to comment.