skip flaky suite (#156088)

This commit is contained in:
Tiago Costa 2023-05-04 15:58:08 +01:00
parent 50f389c0d4
commit 35b33012bb
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -289,7 +289,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});
describe('"eql" rule type', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156088
describe.skip('"eql" rule type', () => {
it('should show "notifications_enabled", "notifications_disabled" "legacy_notifications_enabled", "legacy_notifications_disabled", all to be "0" for "disabled"/"in-active" rule that does not have any actions', async () => {
const rule = getEqlRuleForSignalTesting(['telemetry'], 'rule-1', false);
await createRule(supertest, log, rule);