Skip to content

Commit

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

// FLAKY: https://github.com/elastic/kibana/issues/41112
it('click a breadcrumb should not affect the file tree', async () => {
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 dae65d6

Please sign in to comment.