Skip to content

Commit

Permalink
skip flaky test (elastic#41112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jul 15, 2019
1 parent ec8ec82 commit 004e3b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/code/explore_repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ export default function exploreRepositoryFunctionalTests({
});
});

it('click a breadcrumb should not affect the file tree', async () => {
// FLAKY https://github.com/elastic/kibana/issues/41112
it.skip('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`;
await browser.get(url);
Expand Down

0 comments on commit 004e3b3

Please sign in to comment.