skip flaky suite (#112920)

This commit is contained in:
Tiago Costa 2021-09-28 11:57:39 +01:00
parent b146f82969
commit 7010b67f2b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const inspector = getService('inspector');
describe('Dashboard Panel', () => {
// FLAKY: https://github.com/elastic/kibana/issues/112920
describe.skip('Dashboard Panel', () => {
before(async () => {
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
useActualUrl: true,