Skip to content

Commit

Permalink
skip flaky suite (#173429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 5, 2024
1 parent 894ac3c commit f5bc6fb
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/173429
describe.skip('Alert user assignment - ESS & Serverless', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });

Expand Down

0 comments on commit f5bc6fb

Please sign in to comment.