diff --git a/x-pack/plugins/upgrade_assistant/__jest__/client_integration/overview/backup_step/backup_step.test.tsx b/x-pack/plugins/upgrade_assistant/__jest__/client_integration/overview/backup_step/backup_step.test.tsx index c99aa7031aa3d4..39a94ec458be4c 100644 --- a/x-pack/plugins/upgrade_assistant/__jest__/client_integration/overview/backup_step/backup_step.test.tsx +++ b/x-pack/plugins/upgrade_assistant/__jest__/client_integration/overview/backup_step/backup_step.test.tsx @@ -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();