mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] Skip flaky test (#167591)
## Summary This PR skips a flaky test that has been failing on main.
This commit is contained in:
parent
8768b9d9c6
commit
87aaef68aa
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue