Skip to content

Commit

Permalink
Security/tests/flaky group 4 (#161571)
Browse files Browse the repository at this point in the history
## Summary

Unskipping after running through flaky test runner 100 times:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2599

Main ticket: #161531

Resolving #159499
Resolving #158905
Resolving #156088
Resolving #160297
  • Loading branch information
e40pud authored Jul 12, 2023
1 parent 30fa4db commit 3827dde
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export default ({ getService }: FtrProviderContext) => {
await deleteAllEventLogExecutionEvents(es, log);
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/160297
describe.skip('"kql" rule type', () => {
describe('"kql" 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 = getRuleForSignalTesting(['telemetry'], 'rule-1', false);
await createRule(supertest, log, rule);
Expand Down Expand Up @@ -290,8 +289,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/156088
describe.skip('"eql" rule type', () => {
describe('"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);
Expand Down

0 comments on commit 3827dde

Please sign in to comment.