skip failing suite (#132049)

This commit is contained in:
spalger 2022-05-11 12:04:46 -05:00
parent 410f5cd369
commit 4e2989bf10

View file

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