diff --git a/internal/globals/ci_gate_probe_test.go b/internal/globals/ci_gate_probe_test.go deleted file mode 100644 index c10529d..0000000 --- a/internal/globals/ci_gate_probe_test.go +++ /dev/null @@ -1,9 +0,0 @@ -package globals - -import "testing" - -// Scratch-branch probe: a deliberately failing test used to verify that CI -// actually executes the test stage. Never merged. -func TestCIGateRunsTests(t *testing.T) { - t.Fatal("deliberate failure: the CI gate must report this commit red") -}