Skip to content

Commit

Permalink
disable flaky test (#37859)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 16, 2019
1 parent dbab52a commit ae85553
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 @@ -22,7 +22,8 @@ export default function manageRepositoriesFunctionalTests({
const find = getService('find');
const PageObjects = getPageObjects(['common', 'header', 'security', 'code', 'home']);

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 ae85553

Please sign in to comment.