mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#116414)
This commit is contained in:
parent
34b22578d6
commit
76e65967fc
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
const PageObjects = getPageObjects(['common', 'visChart']);
|
||||
const monacoEditor = getService('monacoEditor');
|
||||
|
||||
describe('dashboard container', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116414
|
||||
describe.skip('dashboard container', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/dashboard/current/data');
|
||||
await esArchiver.loadIfNeeded(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue