Skip to content

Commit

Permalink
Skip flaky UA Backup step polling test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored and sabarasaba committed Oct 20, 2021
1 parent 43c7797 commit 1d849a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1d849a7

Please sign in to comment.