Skip to content

Commit

Permalink
turn on filtering tests (#41202) (#41792)
Browse files Browse the repository at this point in the history
* 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 5ef02cc.
  • Loading branch information
stacey-gammon committed Jul 23, 2019
1 parent d05a449 commit 4ea28cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/dashboard/dashboard_filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 4ea28cc

Please sign in to comment.