skip flaky suite (#72146)

This commit is contained in:
Tiago Costa 2020-07-17 13:55:51 +01:00
parent f31d592e61
commit 45a4393459
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
/**
* Common test suite for testing exception scenarious within dashboard
*/
describe('dashboard error handling', () => {
// Flaky: https://github.com/elastic/kibana/issues/72146
describe.skip('dashboard error handling', () => {
before(async () => {
await esArchiver.loadIfNeeded('dashboard/current/kibana');
await PageObjects.common.navigateToApp('dashboard');