Skip to content

Commit

Permalink
skip failing es promotion suite (elastic#176359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and fkanout committed Feb 7, 2024
1 parent 65360a3 commit 742533f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('Threshold', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176359
describe.skip('Threshold', () => {
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 742533f

Please sign in to comment.