Skip to content

Commit

Permalink
skip flaky suite (#72146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 17, 2020
1 parent f31d592 commit 45a4393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_error_handling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 45a4393

Please sign in to comment.