Skip to content

Commit

Permalink
disable flaky suite (#44576)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7607dbf)
  • Loading branch information
spalger committed Sep 3, 2019
1 parent 9efdf59 commit e432127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/code/lang_server_coverage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function langServerCoverageFunctionalTests({

// Use https://github.com/elastic/code-examples_smoke repository to smoke test
// all language servers.
describe('Lang Server Coverage', () => {
// FLAKY: https://github.com/elastic/kibana/issues/44576
describe.skip('Lang Server Coverage', () => {
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
before(async () => {
// Navigate to the code app.
Expand Down

0 comments on commit e432127

Please sign in to comment.