mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#172611)
This commit is contained in:
parent
3768603ca0
commit
c87b62da48
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ import {
|
|||
} from '../../../../../tasks/alert_assignments';
|
||||
import { ALERTS_COUNT } from '../../../../../screens/alerts';
|
||||
|
||||
describe('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/172611
|
||||
describe.skip('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
|
||||
before(() => {
|
||||
cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue