From daddaa99902cf29a4cab0d4632a5e5c23a6ed3b5 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 4 Sep 2019 08:43:51 -0700 Subject: [PATCH] skip flaky suite (#37859) (cherry picked from commit 08f9435c9aaa1fa1520df3816068e9f3ce839338) --- x-pack/test/functional/apps/code/history.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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';