mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
re-enable flaky conditional actions test (#154167)
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. https://github.com/elastic/kibana/pull/154138
This commit is contained in:
parent
c7114d2caa
commit
dfbf21f289
1 changed files with 1 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue