mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
search: functional test migration for ska (#220382)
## Summary Migrate functional tests for stateful search solution to new config. Part of https://github.com/elastic/kibana-team/issues/1503 ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed
This commit is contained in:
parent
26ed87dc75
commit
c2c356567d
2 changed files with 4 additions and 1 deletions
|
@ -267,7 +267,6 @@ enabled:
|
|||
- x-pack/test/functional_cloud/config.ts
|
||||
- x-pack/test/functional_cloud/saml.config.ts
|
||||
- x-pack/test/functional_solution_sidenav/config.ts
|
||||
- x-pack/test/functional_search/config.ts
|
||||
- x-pack/test/licensing_plugin/config.public.ts
|
||||
- x-pack/test/licensing_plugin/config.ts
|
||||
- x-pack/test/plugin_api_integration/config.ts
|
||||
|
|
|
@ -6,4 +6,8 @@ disabled:
|
|||
- x-pack/test/functional_enterprise_search/cypress.config.ts
|
||||
- x-pack/test/functional_enterprise_search/visual_config.ts
|
||||
- x-pack/test/functional_enterprise_search/cli_config.ts
|
||||
|
||||
defaultQueue: 'n2-4-spot'
|
||||
enabled:
|
||||
- x-pack/test/functional_search/config.ts
|
||||
- x-pack/test/functional/apps/search_playground/config.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue