[Security Solution][Revert] Skip flaky test (#167603)

Reverts elastic/kibana#167591 since the skipped test was fixed in
https://github.com/elastic/kibana/pull/167594
This commit is contained in:
Jan Monschke 2023-09-29 12:26:23 +02:00 committed by GitHub
parent cb48dd2d8e
commit 6cd8e257d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')