Commit graph

3 commits

Author SHA1 Message Date
Julia Rechkunova
570963b07b
[Discover] Unskip flaky field token tests (#168130)
- Closes https://github.com/elastic/kibana/issues/168115

This PR unskips the flaky test and also extracts other tests from
`discover/group2` into a new `discover/group4`.

100x group2
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3390
100x group4
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3386
2023-10-10 11:25:12 +02:00
Dzmitry Lemechko
599bbacab0
[ftr] split dashboard_elements/config to speedup CI run (#160550)
## Summary

Splitting FTR config as it consistently takes over 37 minutes to run.

This PR splits it into 5 smaller configs:

- test/functional/apps/dashboard_elements/controls/common/config.ts 15m
24s
-
test/functional/apps/dashboard_elements/controls/options_list/config.ts
17m 38s
- test/functional/apps/dashboard_elements/image_embeddable/config.ts 2m
14s
- test/functional/apps/dashboard_elements/input_control_vis/config.ts 4m
41s
- test/functional/apps/dashboard_elements/markdown/config.ts 1m 24s
2023-06-28 17:00:34 +02:00
Dzmitry Lemechko
8be882b58d
[ftr] create config file for each tested plugin with firefox tests (#150873)
## Summary

Splitting firefox test config by plugin to speedup pipeline execution
time.

<img width="1581" alt="image"
src="https://user-images.githubusercontent.com/10977896/218100374-4b19339a-c3fb-4344-9e27-9791206ef189.png">

test/functional/firefox/console.config.ts 6m 2s
test/functional/firefox/dashboard.config.ts 7m 39s
test/functional/firefox/discover.config.ts 4m 18s
test/functional/firefox/home.config.ts 1m 32s
test/functional/firefox/visualize.config.ts 22m 9s
2023-02-11 00:51:57 +01:00