mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#83773)
This commit is contained in:
parent
f31848a3dc
commit
5956b9d02e
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ import { loginAndWaitForPage } from '../tasks/login';
|
|||
|
||||
import { DETECTIONS_URL } from '../urls/navigation';
|
||||
|
||||
describe('Alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/83773
|
||||
describe.skip('Alerts', () => {
|
||||
context('Closing alerts', () => {
|
||||
beforeEach(() => {
|
||||
esArchiverLoad('alerts');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue