Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions NOOP_CI_TEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CI Baseline Probe

This branch adds only this file, no code changes, to check whether the
Magento CI pipeline (Static Tests / Unit Tests / Functional Tests) is
green on an unmodified `2.4-develop` checkout.

Context: PR #41152 (wishlist section-count stale-cache fix) failed
Unit Tests and Functional Tests CE with results unrelated to the diff
(0 failed / 0 broken PHPUnit assertions; 4 pre-existing broken MFTF
tests also failing on unrelated PRs #41164 and #41171). This branch is
a control to confirm those failures are pre-existing CI flakiness, not
caused by the wishlist fix.