Skip to content

Commit 3a4ea72

Browse files
committed
Unskip test
1 parent d6914dc commit 3a4ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/apps/discover/_doc_navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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+
// eslint-disable-next-line mocha/no-exclusive-tests
32+
describe.only('doc link in discover', function contextSize() {
3333
beforeEach(async function () {
3434
log.debug('load kibana index with default index pattern');
3535
await esArchiver.loadIfNeeded('discover');

0 commit comments

Comments
 (0)