mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#140867)
This commit is contained in:
parent
1a9eb5dfa5
commit
6085beafce
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ export default function alertTests({ getService }: FtrProviderContext) {
|
|||
),
|
||||
};
|
||||
|
||||
describe('alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/140867
|
||||
describe.skip('alerts', () => {
|
||||
const authorizationIndex = '.kibana-test-authorization';
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue