Skip to content

Commit

Permalink
skip flaky suite (#44572) (#42111) (#44286) (#43557) (#42567)
Browse files Browse the repository at this point in the history
(cherry picked from commit 586fbaa)
  • Loading branch information
spalger committed Sep 3, 2019
1 parent ab383f2 commit 9efdf59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion x-pack/test/functional/apps/code/explore_repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ export default function exploreRepositoryFunctionalTests({

const FIND_TIME = config.get('timeouts.find');

describe('Explore Repository', function() {
// FLAKY https://github.com/elastic/kibana/issues/44572
// FLAKY https://github.com/elastic/kibana/issues/42111
// FLAKY https://github.com/elastic/kibana/issues/44286
// FLAKY https://github.com/elastic/kibana/issues/43557
// FLAKY https://github.com/elastic/kibana/issues/42567
describe.skip('Explore Repository', function() {
this.tags('smoke');
describe('Explore a repository', () => {
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
Expand Down

0 comments on commit 9efdf59

Please sign in to comment.