mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#155304)
This commit is contained in:
parent
db4634bd03
commit
d050720490
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue