Skip to content

Commit

Permalink
skip flaky suite (#41088) (#41087)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 15, 2019
1 parent 6a29ef4 commit f0e7b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/apps/dashboard/dashboard_filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f0e7b9e

Please sign in to comment.