Skip to content

Commit

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

// Flaky: https://github.com/elastic/kibana/issues/71216
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 c02e42a

Please sign in to comment.