diff --git a/x-pack/test/functional/apps/code/history.ts b/x-pack/test/functional/apps/code/history.ts index 8dfde5a0aaad23..5b2e3cdde336ac 100644 --- a/x-pack/test/functional/apps/code/history.ts +++ b/x-pack/test/functional/apps/code/history.ts @@ -25,7 +25,8 @@ export default function manageRepositoriesFunctionalTests({ const existsInvisible = async (selector: string) => await testSubjects.exists(selector, { allowHidden: true }); - describe('History', function() { + // FLAKY: https://github.com/elastic/kibana/issues/37859 + describe.skip('History', function() { this.tags('smoke'); const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';