mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#72146)
This commit is contained in:
parent
f31d592e61
commit
45a4393459
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue