[Discover] Unskip doc link functional test (#78600)

* Flaky test runner confirmed it's not flaky
This commit is contained in:
Matthias Wilhelm 2020-10-01 08:23:07 +02:00 committed by GitHub
parent 42b5d787e6
commit ec9d220b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');