Skip to content

Commit

Permalink
[Discover] Unskip doc link functional test (#78600)
Browse files Browse the repository at this point in the history
* Flaky test runner confirmed it's not flaky
  • Loading branch information
kertal committed Oct 1, 2020
1 parent 42b5d78 commit ec9d220
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 ec9d220

Please sign in to comment.