Skip to content

Commit

Permalink
skip flaky suite (#78373)
Browse files Browse the repository at this point in the history
(cherry picked from commit c02e42a)
  • Loading branch information
spalger committed Sep 24, 2020
1 parent c9ed48d commit 20111dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_doc_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }) {
const esArchiver = getService('esArchiver');
const retry = getService('retry');

describe('doc link in discover', function contextSize() {
// FLAKY: https://github.com/elastic/kibana/issues/78373
describe.skip('doc link in discover', function contextSize() {
beforeEach(async function () {
log.debug('load kibana index with default index pattern');
await esArchiver.loadIfNeeded('discover');
Expand Down

0 comments on commit 20111dd

Please sign in to comment.