Skip to content

Commit 6490428

Browse files
authored
[Discover] Unskip doc link functional test (elastic#78600) (elastic#79057)
* Flaky test runner confirmed it's not flaky
1 parent 9775119 commit 6490428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/apps/discover/_doc_navigation.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export default function ({ getService, getPageObjects }) {
2828
const esArchiver = getService('esArchiver');
2929
const retry = getService('retry');
3030

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

0 commit comments

Comments
 (0)