Skip to content

Commit

Permalink
re-enable flaky conditional actions test (#154167)
Browse files Browse the repository at this point in the history
Fixes: 
#154133
#154131
#154130
#154129
#154128
#154127

The issue was fixed before it was skipped, with the below PR. Therefore
i just re-enable it.

#154138
  • Loading branch information
ersin-erdal authored Mar 31, 2023
1 parent c7114d2 commit dfbf21f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
const esTestIndexTool = new ESTestIndexTool(es, retry);
const taskManagerUtils = new TaskManagerUtils(es, retry);

// FLAKY: https://github.com/elastic/kibana/issues/154127
// FLAKY: https://github.com/elastic/kibana/issues/154128
// FLAKY: https://github.com/elastic/kibana/issues/154129
// FLAKY: https://github.com/elastic/kibana/issues/154130
// FLAKY: https://github.com/elastic/kibana/issues/154131
describe.skip('alerts', () => {
describe('alerts', () => {
const authorizationIndex = '.kibana-test-authorization';
const alertAsDataIndex = '.internal.alerts-observability.test.alerts.alerts-default-000001';
const objectRemover = new ObjectRemover(supertest);
Expand Down

0 comments on commit dfbf21f

Please sign in to comment.