Skip flaky UA Backup step polling test.

This commit is contained in:
CJ Cenizal 2021-09-07 07:57:21 -07:00
parent 17a5743dc1
commit d4dbce0e1e

View file

@ -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();