Skip to content

Commit

Permalink
Revert "skip flaky suite (#72146)"
Browse files Browse the repository at this point in the history
This reverts commit 45a4393.
  • Loading branch information
spalger committed Jul 20, 2020
1 parent 2094f33 commit 5741a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/dashboard/dashboard_error_handling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
/**
* Common test suite for testing exception scenarious within dashboard
*/
// Flaky: https://github.com/elastic/kibana/issues/72146
describe.skip('dashboard error handling', () => {
describe('dashboard error handling', () => {
before(async () => {
await esArchiver.loadIfNeeded('dashboard/current/kibana');
await PageObjects.common.navigateToApp('dashboard');
Expand Down

0 comments on commit 5741a86

Please sign in to comment.