mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit f0e7b9e5b9
)
This commit is contained in:
parent
6209ea664d
commit
3b59476194
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ export default function ({ getService, getPageObjects }) {
|
|||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
const PageObjects = getPageObjects(['dashboard', 'header', 'visualize']);
|
||||
|
||||
describe('dashboard filtering', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/41088
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/41087
|
||||
describe.skip('dashboard filtering', async function () {
|
||||
this.tags('smoke');
|
||||
before(async () => {
|
||||
await PageObjects.dashboard.gotoDashboardLandingPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue