@@ -127,27 +127,27 @@ steps:
127
127
# ################
128
128
# Instrumented (aka UI) Tests
129
129
# ################
130
- - group : " 🔬 Instrumented tests"
131
- steps :
132
- - label : " :wordpress: 🔬 Instrumented tests"
133
- command : " .buildkite/commands/run-instrumented-tests.sh wordpress"
134
- plugins :
135
- - $CI_TOOLKIT
136
- - $TEST_COLLECTOR :
137
- << : *test_collector_common_params
138
- api-token-env-name : " BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_WORDPRESS"
139
- artifact_paths :
140
- - " **/build/instrumented-tests/**/*"
141
-
142
- - label : " :jetpack: 🔬 Instrumented tests"
143
- command : " .buildkite/commands/run-instrumented-tests.sh jetpack"
144
- plugins :
145
- - $CI_TOOLKIT
146
- - $TEST_COLLECTOR :
147
- << : *test_collector_common_params
148
- api-token-env-name : " BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_JETPACK"
149
- artifact_paths :
150
- - " **/build/instrumented-tests/**/*"
130
+ # - group: "🔬 Instrumented tests"
131
+ # steps:
132
+ # - label: ":wordpress: 🔬 Instrumented tests"
133
+ # command: ".buildkite/commands/run-instrumented-tests.sh wordpress"
134
+ # plugins:
135
+ # - $CI_TOOLKIT
136
+ # - $TEST_COLLECTOR :
137
+ # <<: *test_collector_common_params
138
+ # api-token-env-name: "BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_WORDPRESS"
139
+ # artifact_paths:
140
+ # - "**/build/instrumented-tests/**/*"
141
+
142
+ # - label: ":jetpack: 🔬 Instrumented tests"
143
+ # command: ".buildkite/commands/run-instrumented-tests.sh jetpack"
144
+ # plugins:
145
+ # - $CI_TOOLKIT
146
+ # - $TEST_COLLECTOR :
147
+ # <<: *test_collector_common_params
148
+ # api-token-env-name: "BUILDKITE_ANALYTICS_TOKEN_INSTRUMENTED_TESTS_JETPACK"
149
+ # artifact_paths:
150
+ # - "**/build/instrumented-tests/**/*"
151
151
152
152
# ################
153
153
# Create Prototype Builds for WP and JP
0 commit comments