Revert "skip flaky suite (#72146)"

This reverts commit 45a4393459.
This commit is contained in:
spalger 2020-07-20 09:32:41 -07:00
parent 2094f33537
commit 5741a868bc

View file

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