Cancellation probe D: remove broken test
check / check (push) Superseded by a newer commit; never tested

このコミットが含まれているのは:
2026-08-12 10:17:49 +00:00
コミット c35abbb6b9
-9
ファイルの表示
@@ -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")
}