mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky dashboard mode tests (#73239)
This commit is contained in:
parent
ff81d1b02b
commit
f8715b561a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const dashboardName = 'Dashboard View Mode Test Dashboard';
|
||||
const savedSearchName = 'Saved search for dashboard';
|
||||
|
||||
describe('Dashboard View Mode', () => {
|
||||
// Skip on 6.8 https://github.com/elastic/kibana/issues/34014
|
||||
describe.skip('Dashboard View Mode', () => {
|
||||
|
||||
before('initialize tests', async () => {
|
||||
log.debug('Dashboard View Mode:initTests');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue