skip flaky dashboard mode tests (#73239)

This commit is contained in:
Joe Reuter 2020-07-27 10:49:03 +02:00 committed by GitHub
parent ff81d1b02b
commit f8715b561a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');