Skip to content

Commit

Permalink
skip failing es promotion suite (elastic#99915)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and yctercero committed May 25, 2021
1 parent 2c03e6b commit e1304fb
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/99915
describe.skip('CSV Generation from SearchSource', () => {
before(async () => {
await kibanaServer.uiSettings.update({
'csv:quoteValues': false,
Expand Down

0 comments on commit e1304fb

Please sign in to comment.