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.
This commit is contained in:
Stacey Gammon 2019-07-23 13:57:15 -04:00 committed by GitHub
parent d05a449986
commit 4ea28cce3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
});