Commit 481b14c768c for woocommerce
commit 481b14c768cfb6e4ae72c06a3f24d1cf9283eeb2
Author: theAverageDev (Luca Tumedei) <luca.tumedei@automattic.com>
Date: Thu Jun 18 00:22:10 2026 +0200
Remove failing Blocks e2e WP latest-1 job from nightly checks (#65809)
* Remove failing Blocks e2e WP latest-1 job from nightly-checks
* Add changelog entry for nightly Blocks e2e WP latest-1 removal
diff --git a/plugins/woocommerce/changelog/disable-nightly-blocks-e2e-wp-latest-1 b/plugins/woocommerce/changelog/disable-nightly-blocks-e2e-wp-latest-1
new file mode 100644
index 00000000000..9a75352a06c
--- /dev/null
+++ b/plugins/woocommerce/changelog/disable-nightly-blocks-e2e-wp-latest-1
@@ -0,0 +1,5 @@
+Significance: patch
+Type: dev
+Comment: Disable the Blocks e2e WP latest-1 job in nightly checks to avoid noise while that build is fixed. CI job config only; nothing shipped to merchants.
+
+
diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json
index d5f959dcff0..4e3b12ac61e 100644
--- a/plugins/woocommerce/package.json
+++ b/plugins/woocommerce/package.json
@@ -894,7 +894,6 @@
},
"events": [
"pull_request",
- "nightly-checks",
"release-checks",
"blocks-e2e-wp-latest-1"
],