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