skip flaky suite (#41088) (#41087)

This commit is contained in:
spalger 2019-07-15 08:34:45 -07:00
parent 6a29ef4105
commit f0e7b9e5b9

View file

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