Skip to content

Commit

Permalink
Skip alert_status.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Nov 7, 2023
1 parent c48669a commit 87491fe
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { visit } from '../../../tasks/navigation';
import { ALERTS_URL } from '../../../urls/navigation';

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

// TODO: Fix flaky test - https://github.com/elastic/kibana/issues/169091#issuecomment-1770502101
it.skip('can bulk open alerts', () => {
it('can bulk open alerts', () => {
waitForAlertsToPopulate();
cy.get(ALERTS_COUNT)
.invoke('text')
Expand Down

0 comments on commit 87491fe

Please sign in to comment.