Skip to content

Commit

Permalink
disable flaky suite (#41336)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 2, 2019
1 parent 25c168d commit 97135be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/code/repo_status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function repoStatusTests({ getService }: FtrProviderContext) {
const TEST_REPO = 'github.com/elastic/TypeScript-Node-Starter';
const TEST_REPO_URL = `https://${TEST_REPO}.git`;

describe('repo status', () => {
// FLAKY: https://github.com/elastic/kibana/issues/41336
describe.skip('repo status', () => {
after(async () => {
await supertest
.delete(`${DELETE_API}/${TEST_REPO}`)
Expand Down

0 comments on commit 97135be

Please sign in to comment.