From 4ea28cce3af965027158174b5d32f80affe79388 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Tue, 23 Jul 2019 13:57:15 -0400 Subject: [PATCH] turn on filtering tests (#41202) (#41792) * turn on filtering tests * run x-pack-firefoxSmoke ciGroup 40 times, run dashboard tests 20 times per job * Revert "run x-pack-firefoxSmoke ciGroup 40 times, run dashboard tests 20 times per job" This reverts commit 5ef02cc53ba5085c3f74431cb6ef20be2d876cde. --- test/functional/apps/dashboard/dashboard_filtering.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/apps/dashboard/dashboard_filtering.js b/test/functional/apps/dashboard/dashboard_filtering.js index af86522646568..fb32de7832b4d 100644 --- a/test/functional/apps/dashboard/dashboard_filtering.js +++ b/test/functional/apps/dashboard/dashboard_filtering.js @@ -217,8 +217,7 @@ export default function ({ getService, getPageObjects }) { await dashboardExpect.tsvbMarkdownWithValuesExists(['7,209.286']); }); - // FLAKY: https://github.com/elastic/kibana/issues/41087 - it.skip('saved searches', async () => { + it('saved searches', async () => { await dashboardExpect.savedSearchRowCount(1); });