Skip to content

Commit

Permalink
skip flaky suite (#182206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 1, 2024
1 parent 571c7ca commit f39b200
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import { visit } from '../../../tasks/navigation';
import { ALERTS_URL } from '../../../urls/navigation';

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

0 comments on commit f39b200

Please sign in to comment.