Skip to content

Commit

Permalink
Revert "[Security Solution] Skip flaky test (#167591)"
Browse files Browse the repository at this point in the history
This reverts commit 87aaef6.
  • Loading branch information
janmonschke authored Sep 29, 2023
1 parent c7bb851 commit 45d9ddb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe('Changing alert status', { tags: ['@ess', '@brokenInServerless'] }, ()
});
});

it.skip('Updates count table whenever alert status is updated in table', () => {
it('Updates count table whenever alert status is updated in table', () => {
const numberOfAlertsToBeClosed = 1;
cy.get(ALERTS_COUNT)
.invoke('text')
Expand Down

0 comments on commit 45d9ddb

Please sign in to comment.