mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
bb201209aa
commit
c8ec384280
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
const PageObjects = getPageObjects(['dashboard', 'header', 'visualize']);
|
||||
|
||||
describe('dashboard filtering', async () => {
|
||||
describe.skip('dashboard filtering', async () => {
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue