From 073e6d8e439d6b765cfb12cea463f1cd080686f5 Mon Sep 17 00:00:00 2001 From: spalger Date: Mon, 15 Jul 2019 09:31:05 -0700 Subject: [PATCH] skip flaky test (#41112) (cherry picked from commit 86b533feea5fa1ec4670de91048f5f33351ac495) --- x-pack/test/functional/apps/code/explore_repository.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/functional/apps/code/explore_repository.ts b/x-pack/test/functional/apps/code/explore_repository.ts index 115fe866b3f6b..fd6d9886a5658 100644 --- a/x-pack/test/functional/apps/code/explore_repository.ts +++ b/x-pack/test/functional/apps/code/explore_repository.ts @@ -219,6 +219,7 @@ export default function exploreRepositoryFunctionalTests({ }); }); + // FLAKY: https://github.com/elastic/kibana/issues/41112 it('click a breadcrumb should not affect the file tree', async () => { log.debug('it goes to a deep node of file tree'); const url = `${PageObjects.common.getHostPort()}/app/code#/github.com/elastic/TypeScript-Node-Starter/blob/master/src/models/User.ts`;