Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 025008c

Browse files
Merge pull request #3051 from wordpress-mobile/disable-woo-tests
Disable WooCommerce API tests
2 parents 17ad759 + 1911cb6 commit 025008c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ steps:
7777
- github_commit_status:
7878
context: "Unit Test"
7979

80-
- label: "🔬 WooCommerce Tests"
81-
command: .buildkite/woocommerce-tests.sh
82-
artifact_paths: *artifact_paths
83-
plugins: [$CI_TOOLKIT]
84-
notify:
85-
- github_commit_status:
86-
context: "WooCommerce Tests"
80+
# - label: "🔬 WooCommerce Tests"
81+
# command: .buildkite/woocommerce-tests.sh
82+
# artifact_paths: *artifact_paths
83+
# plugins: [$CI_TOOLKIT]
84+
# notify:
85+
# - github_commit_status:
86+
# context: "WooCommerce Tests"
8787

8888
############################
8989
# Connected Tests

0 commit comments

Comments
 (0)