mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Discover] Unskip doc link functional test (#78600)
* Flaky test runner confirmed it's not flaky
This commit is contained in:
parent
42b5d787e6
commit
ec9d220b3c
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue