Skip to content

Commit

Permalink
disable flaky test (#43492)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 19, 2019
1 parent 6c28612 commit 9056dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/code/file_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function exploreRepositoryFunctionalTests({
const retry = getService('retry');
const PageObjects = getPageObjects(['common', 'header', 'security', 'code', 'home']);

describe('File Tree', function() {
// FLAKY: https://github.com/elastic/kibana/issues/43492
describe.skip('File Tree', function() {
this.tags('smoke');
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';

Expand Down

0 comments on commit 9056dc4

Please sign in to comment.