Acceptance probe: deliberately broken test (lint-clean)
Some checks failed
check / check (push) Failing after 14s
Some checks failed
check / check (push) Failing after 14s
This commit is contained in:
10
internal/globals/ci_gate_probe_test.go
Normal file
10
internal/globals/ci_gate_probe_test.go
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
package globals_test
|
||||||
|
|
||||||
|
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.Parallel()
|
||||||
|
t.Fatal("deliberate failure: the CI gate must report this commit red")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user