Skip to content

Commit

Permalink
skip flaky es promotion suite (elastic#176270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Mar 4, 2024
1 parent 7f85c16 commit 35dd201
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('EQL', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176270
describe.skip('EQL', () => {
beforeEach(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/alerts/7.16.0');
await createAlertsIndex(supertest, log);
Expand Down

0 comments on commit 35dd201

Please sign in to comment.