Skip to content

Commit

Permalink
skip flaky suite (#37859)
Browse files Browse the repository at this point in the history
(cherry picked from commit 08f9435)
  • Loading branch information
spalger committed Sep 4, 2019
1 parent c9b8d15 commit daddaa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/code/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function manageRepositoriesFunctionalTests({
const existsInvisible = async (selector: string) =>
await testSubjects.exists(selector, { allowHidden: true });

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

Expand Down

0 comments on commit daddaa9

Please sign in to comment.