WIP: DO NOT MERGE: CI probe for #126 #127
10
internal/config/zz_ci_probe_test.go
Normal file
10
internal/config/zz_ci_probe_test.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package config_test
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
// TestCIProbe126 is a deliberately failing test used to determine whether CI
|
||||||
|
// executes the real gate for this repository. It lives only on the throwaway
|
||||||
|
// branch ci-probe-126 and must never be merged.
|
||||||
|
func TestCIProbe126(t *testing.T) {
|
||||||
|
t.Fatal("CI-PROBE-126: planted failure; if CI reports success this gate did not run")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user