mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
2094f33537
commit
5741a868bc
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue