mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing suite (#132049)
This commit is contained in:
parent
410f5cd369
commit
4e2989bf10
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'header',
|
||||
]);
|
||||
|
||||
describe('Dashboard options list integration', () => {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/132049
|
||||
describe.skip('Dashboard options list integration', () => {
|
||||
before(async () => {
|
||||
await common.navigateToApp('dashboard');
|
||||
await dashboard.gotoDashboardLandingPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue