mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#78373)
This commit is contained in:
parent
9b1883d51e
commit
c02e42ad01
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const retry = getService('retry');
|
||||
|
||||
// Flaky: https://github.com/elastic/kibana/issues/71216
|
||||
describe('doc link in discover', function contextSize() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/78373
|
||||
describe.skip('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