Skip to content

Commit

Permalink
Merge branch 'master' into navogate-discover-to-lens
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Oct 1, 2020
2 parents eedc7bb + ec9d220 commit bd09d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/_doc_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default function ({ getService, getPageObjects }) {
const esArchiver = getService('esArchiver');
const retry = getService('retry');

// FLAKY: https://github.com/elastic/kibana/issues/78373
describe.skip('doc link in discover', function contextSize() {
describe('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 bd09d21

Please sign in to comment.