Skip to content

Commit

Permalink
skip flaky suite (#172611)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2023
1 parent 3768603 commit c87b62d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' });

Expand Down

0 comments on commit c87b62d

Please sign in to comment.