Skip to content

Commit

Permalink
Unskip tests (#156489)
Browse files Browse the repository at this point in the history
## Summary

Unskip IM rule tests
  • Loading branch information
nkhristinin authored May 18, 2023
1 parent 574d334 commit e6ee79b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ export default ({ getService }: FtrProviderContext) => {
/**
* Specific api integration tests for threat matching rule type
*/
// FLAKY: https://github.com/elastic/kibana/issues/155304
describe.skip('Threat match type rules', () => {
describe('Threat match type rules', () => {
before(async () => {
// await deleteSignalsIndex(supertest, log);
// await deleteAllAlerts(supertest, log);
Expand Down

0 comments on commit e6ee79b

Please sign in to comment.