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