Skip to content

Commit 0dd0969

Browse files
committed
force e2e test failure
Signed-off-by: Matthew F Leader <[email protected]>
1 parent aa7088b commit 0dd0969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/e2e/e2e_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import (
99

1010
func TestE2E(t *testing.T) {
1111
registerSchemes()
12+
13+
// TEMPORARY: Force test failure to test release workflow integration
14+
t.Fatal("Testing E2E failure handling in release workflow")
15+
1216
// Run validation tests
1317
t.Run("validation", TestValidationSuite)
1418

0 commit comments

Comments
 (0)