Skip to content

Commit

Permalink
Skip flaky dashboard panel tests (elastic#15430)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Dec 5, 2017
1 parent 1e2a830 commit dfdb76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/_dashboard_queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function ({ getService, getPageObjects }) {
await dashboardExpect.pieSliceCount(0);
});

describe('filters', async function () {
describe.skip('filters', async function () {
before(async () => {
await PageObjects.dashboard.gotoDashboardLandingPage();
await PageObjects.dashboard.clickNewDashboard();
Expand Down

0 comments on commit dfdb76c

Please sign in to comment.