Skip to content

Commit

Permalink
Remove WC beta tests from matrix config & add a todo comment (#7598)
Browse files Browse the repository at this point in the history
  • Loading branch information
achyuthajoy authored Nov 1, 2023
1 parent 88346b1 commit 5685aab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
FORCE_E2E_DEPS_SETUP: true

jobs:
# [TODO] Enable WC beta tests after fixing failures caused by blocks checkout being default on newer versions
generate-matrix:
name: "Generate the matrix for subscriptions-tests dynamically"
runs-on: ubuntu-latest
Expand All @@ -37,7 +38,7 @@ jobs:
- name: "Generate matrix"
id: generate_matrix
run: |
WC_VERSIONS=$( echo "[\"7.7.0\", \"latest\", \"beta\"]" )
WC_VERSIONS=$( echo "[\"7.7.0\", \"latest\"]" )
echo "matrix={\"woocommerce\":$WC_VERSIONS,\"test_groups\":[\"wcpay\", \"subscriptions\"],\"test_branches\":[\"merchant\", \"shopper\"]}" >> $GITHUB_OUTPUT
# Run WCPay & subscriptions tests against specific WC versions
Expand Down
4 changes: 4 additions & 0 deletions changelog/skip-wc-beta-tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Comment: Skip E2E tests against WC beta

0 comments on commit 5685aab

Please sign in to comment.