Skip to content

Commit

Permalink
skip flaky suite (#155304)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 28, 2023
1 parent b09703c commit 24927cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ export default ({ getService }: FtrProviderContext) => {
/**
* Specific api integration tests for threat matching rule type
*/
describe('Threat match type rules', () => {
// FLAKY: https://github.com/elastic/kibana/issues/155304
describe.skip('Threat match type rules', () => {
before(async () => {
// await deleteSignalsIndex(supertest, log);
// await deleteAllAlerts(supertest, log);
Expand Down

0 comments on commit 24927cb

Please sign in to comment.