Skip to content

Commit cb32b84

Browse files
committed
This test intentionally breaks, because it proves that defect #251 exists and is a real problem.
1 parent 2b68d28 commit cb32b84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

controllers/tests/controller/selfnoderemediation_controller_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,8 @@ var _ = Describe("SNR Controller", func() {
548548
})
549549

550550
It("check that we actually get a triggered watchdog reboot", func() {
551-
// it actually should be verifyWatchdogTriggered() but this is currently proving
552-
// that the code is broken!
553-
verifyWatchdogNotTriggered()
551+
// It's expected that the next line will fail, even though it shouldn't!
552+
verifyWatchdogTriggered()
554553
})
555554
})
556555

0 commit comments

Comments
 (0)