File tree Expand file tree Collapse file tree 8 files changed +21
-5
lines changed
observability/test/serverless/api_integration/configs
workplace_ai/test/serverless Expand file tree Collapse file tree 8 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ disabled:
1111 # Observability AI Assistant local-only tests
1212 - x-pack/solutions/observability/test/api_integration_deployment_agnostic/configs/serverless/oblt.ai_assistant_local.serverless.config.ts
1313
14+ # Empty configs
15+ - x-pack/solutions/observability/test/serverless/api_integration/configs/config.feature_flags.ts
16+
1417defaultQueue : ' n2-4-spot'
1518enabled :
1619 - x-pack/solutions/observability/test/serverless/api_integration/configs/config.ts
1720 - x-pack/solutions/observability/test/serverless/api_integration/configs/config.logs_essentials.ts
18- - x-pack/solutions/observability/test/serverless/api_integration/configs/config.feature_flags.ts
1921 - x-pack/platform/test/serverless/api_integration/configs/observability/config.group1.ts
2022 - x-pack/platform/test/serverless/api_integration/configs/observability/config.logs_essentials.group1.ts
2123 - x-pack/solutions/observability/test/serverless/api_integration/test_suites/fleet/config.ts
Original file line number Diff line number Diff line change @@ -27,16 +27,18 @@ disabled:
2727 - x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/rules_management/configs/serverless/rules_management.essentials.config.ts
2828 - x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/rules_management/configs/serverless/rules_management.complete.config.ts
2929
30+ # Empty configs
31+ - x-pack/solutions/security/test/serverless/api_integration/configs/config.feature_flags.ts
32+ - x-pack/solutions/security/test/serverless/functional/configs/config.feature_flags.ts
33+
3034defaultQueue : ' n2-4-spot'
3135enabled :
3236 - x-pack/solutions/security/test/serverless/api_integration/configs/config.ts
33- - x-pack/solutions/security/test/serverless/api_integration/configs/config.feature_flags.ts
3437 - x-pack/platform/test/serverless/api_integration/configs/security/config.group1.ts
3538 - x-pack/solutions/security/test/serverless/api_integration/test_suites/fleet/config.ts
3639 - x-pack/solutions/security/test/serverless/functional/configs/config.screenshots.ts
3740 - x-pack/solutions/security/test/serverless/functional/configs/config.ts
3841 - x-pack/platform/test/serverless/functional/configs/security/config.examples.ts
39- - x-pack/solutions/security/test/serverless/functional/configs/config.feature_flags.ts
4042 - x-pack/solutions/security/test/serverless/functional/configs/config.cloud_security_posture.basic.ts
4143 - x-pack/solutions/security/test/serverless/functional/configs/config.cloud_security_posture.essentials.ts
4244 - x-pack/solutions/security/test/serverless/functional/configs/config.cloud_security_posture.agentless.ts
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ disabled:
22 # Base config files, only necessary to inform config finding script
33 - x-pack/platform/test/serverless/functional/config.workplace_ai.base.ts
44
5+ # Empty configs
6+ - x-pack/solutions/workplace_ai/test/serverless/functional/configs/config.feature_flags.ts
7+ - x-pack/solutions/workplace_ai/test/serverless/api_integration/configs/config.feature_flags.ts
8+
59defaultQueue : ' n2-4-spot'
610enabled :
711 - x-pack/solutions/workplace_ai/test/serverless/api_integration/configs/config.ts
8- - x-pack/solutions/workplace_ai/test/serverless/api_integration/configs/config.feature_flags.ts
912 - x-pack/platform/test/serverless/api_integration/configs/workplace_ai/config.group1.ts
1013 - x-pack/solutions/workplace_ai/test/serverless/functional/configs/config.ts
11- - x-pack/solutions/workplace_ai/test/serverless/functional/configs/config.feature_flags.ts
1214 - x-pack/platform/test/serverless/functional/configs/workplace_ai/config.config_compat_mode.ts
1315 - x-pack/platform/test/serverless/functional/configs/workplace_ai/config.group1.ts
Original file line number Diff line number Diff line change 88import type { FtrProviderContext } from '../ftr_provider_context' ;
99
1010export default function ( { loadTestFile } : FtrProviderContext ) {
11+ // Config is disabled due to empty test suite
12+ // Please enable the related config in .buildkite/ftr_oblt_serverless_configs.yml after adding tests here
1113 describe ( 'Serverless observability API - feature flags' , function ( ) { } ) ;
1214}
Original file line number Diff line number Diff line change 88import type { FtrProviderContext } from '../ftr_provider_context' ;
99
1010export default function ( { loadTestFile } : FtrProviderContext ) {
11+ // Config is disabled due to empty test suite
12+ // Please enable the related config in .buildkite/ftr_security_serverless_configs.yml after adding tests here
1113 describe ( 'Serverless security API - feature flags' , function ( ) { } ) ;
1214}
Original file line number Diff line number Diff line change 88import type { FtrProviderContext } from '../ftr_provider_context' ;
99
1010export default function ( { loadTestFile } : FtrProviderContext ) {
11+ // Config is disabled due to empty test suite
12+ // Please enable the related config in .buildkite/ftr_security_serverless_configs.yml after adding tests here
1113 describe ( 'serverless security UI - feature flags' , function ( ) {
1214 // add tests that require feature flags, defined in config.feature_flags.ts
1315 } ) ;
Original file line number Diff line number Diff line change 88import type { FtrProviderContext } from '../ftr_provider_context' ;
99
1010export default function ( { loadTestFile } : FtrProviderContext ) {
11+ // Config is disabled due to empty test suite
12+ // Please enable the related config in .buildkite/ftr_workplace_ai_serverless_configs.yml after adding tests here
1113 describe ( 'Serverless Workplace AI API - feature flags' , function ( ) {
1214 // loadTestFile(require.resolve('./path/to/tests'));
1315 } ) ;
Original file line number Diff line number Diff line change 88import type { FtrProviderContext } from '../ftr_provider_context' ;
99
1010export default function ( { loadTestFile } : FtrProviderContext ) {
11+ // Config is disabled due to empty test suite
12+ // Please enable the related config in .buildkite/ftr_workplace_ai_serverless_configs.yml after adding tests here
1113 describe ( 'serverless Workplace AI UI - feature flags' , function ( ) {
1214 // add tests that require feature flags, defined in config.feature_flags.ts
1315 // loadTestFile(require.resolve('./path/to/tests'));
You can’t perform that action at this time.
0 commit comments