mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#77207)
This commit is contained in:
parent
63e6666b13
commit
fead1f2d1d
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ 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/72207
|
||||
describe.skip('alerts', () => {
|
||||
const authorizationIndex = '.kibana-test-authorization';
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue