Security/tests/flaky group 4 (#161571)

## Summary

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

Main ticket: https://github.com/elastic/kibana/issues/161531

Resolving #159499
Resolving #158905
Resolving #156088
Resolving #160297
This commit is contained in:
Ievgen Sorokopud 2023-07-12 14:40:53 +02:00 committed by GitHub
parent 30fa4db8b5
commit 3827dde90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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