From 1e66cce9ea0397e564533bba9216df7be162f485 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Tue, 5 Dec 2017 18:24:59 -0500 Subject: [PATCH] Skip flaky dashboard panel tests (#15430) --- test/functional/apps/dashboard/_dashboard_queries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/dashboard/_dashboard_queries.js b/test/functional/apps/dashboard/_dashboard_queries.js index 99921abb55a3f5..2e5e3b94b579af 100644 --- a/test/functional/apps/dashboard/_dashboard_queries.js +++ b/test/functional/apps/dashboard/_dashboard_queries.js @@ -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();