skip flaky suite (#172611)

This commit is contained in:
Tiago Costa 2023-12-12 00:44:01 +00:00
parent 3768603ca0
commit c87b62da48
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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' });