[Security Solution] Skip flaky test (#167591)

## Summary

This PR skips a flaky test that has been failing on main.
This commit is contained in:
christineweng 2023-09-29 03:02:04 -05:00 committed by GitHub
parent 8768b9d9c6
commit 87aaef68aa
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('Updates count table whenever alert status is updated in table', () => {
it.skip('Updates count table whenever alert status is updated in table', () => {
const numberOfAlertsToBeClosed = 1;
cy.get(ALERTS_COUNT)
.invoke('text')