mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] Skips Auto refreshes rules
failing test to unblock main (#135059)
This commit is contained in:
parent
64771d921f
commit
051dfe77f2
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ describe('Alerts detection rules', () => {
|
|||
.should('have.class', 'euiPaginationButton-isActive');
|
||||
});
|
||||
|
||||
it('Auto refreshes rules', () => {
|
||||
// Refer to https://github.com/elastic/kibana/issues/135057 for the skipped test
|
||||
it.skip('Auto refreshes rules', () => {
|
||||
/**
|
||||
* Ran into the error: timer created with setInterval() but cleared with cancelAnimationFrame()
|
||||
* There are no cancelAnimationFrames in the codebase that are used to clear a setInterval so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue