mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* 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:
parent
d05a449986
commit
4ea28cce3a
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue