unskip saved search dashboard journey (#148987)

## Summary

This test was skipped due to the following error:

```
Executable doesn't exist at /var/lib/buildkite-agent/.cache/ms-playwright/chromium-1028/chrome-linux/chrome
```

It is hard to say why chrome binary was missing on a worker, but test is
not a reason: I checked the reported failures and other journeys were
failing as well. If it happens again, we need to investigate how chrome
is cached, playwright dependency was updated or some other race
condition.
This commit is contained in:
Dzmitry Lemechko 2023-01-17 13:38:08 +01:00 committed by GitHub
parent b926fe098d
commit c573f43663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,6 @@ import { subj } from '@kbn/test-subj-selector';
import { waitForVisualizations } from '../utils';
export const journey = new Journey({
// FAILING: https://github.com/elastic/kibana/issues/148221
skipped: true,
esArchives: ['x-pack/performance/es_archives/sample_data_ecommerce'],
kbnArchives: ['x-pack/performance/kbn_archives/ecommerce_saved_search_only_dashboard'],
})