mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
ce64895b2e
commit
b71099d620
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ export default function alertTests({ getService }: FtrProviderContext) {
|
|||
const esTestIndexTool = new ESTestIndexTool(es, retry);
|
||||
const taskManagerUtils = new TaskManagerUtils(es, retry);
|
||||
|
||||
describe('alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/58643
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/58991
|
||||
describe.skip('alerts', () => {
|
||||
const authorizationIndex = '.kibana-test-authorization';
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue