Skip to content

Commit

Permalink
skip flaky suite (#169091)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 16, 2023
1 parent 4d4566a commit 4f2d1db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import { visit } from '../../../tasks/navigation';

import { ALERTS_URL } from '../../../urls/navigation';

describe('Changing alert status', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169091
describe.skip('Changing alert status', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });
});
Expand Down

0 comments on commit 4f2d1db

Please sign in to comment.