mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
c5ad96469f
commit
59aff4a6f2
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ export default function alertTests({ getService }: FtrProviderContext) {
|
|||
),
|
||||
};
|
||||
|
||||
describe('alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159123
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/15912
|
||||
describe.skip('alerts', () => {
|
||||
const authorizationIndex = '.kibana-test-authorization';
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue