Skip to content

Commit 470e91a

Browse files
committed
Disable UI Tests
1 parent ef7ba85 commit 470e91a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.buildkite/pipeline.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -127,27 +127,27 @@ steps:
127127
#################
128128
# Instrumented (aka UI) Tests
129129
#################
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/**/*"
151151

152152
#################
153153
# Create Prototype Builds for WP and JP

0 commit comments

Comments
 (0)