mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Skip flaky UA Backup step polling test.
This commit is contained in:
parent
17a5743dc1
commit
d4dbce0e1e
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ describe('Overview - Backup Step', () => {
|
|||
});
|
||||
});
|
||||
|
||||
test('polls for new status', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/111255
|
||||
test.skip('polls for new status', async () => {
|
||||
// The behavior we're testing involves state changes over time, so we need finer control over
|
||||
// timing.
|
||||
jest.useFakeTimers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue