skip flaky suite (#155304)

This commit is contained in:
Jonathan Budzenski 2023-04-28 07:28:49 -05:00
parent db4634bd03
commit d050720490

View file

@ -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);