Skip to content

Commit 450e787

Browse files
committed
This test intentionally breaks, because it proves that defect #251 exists and is a real problem.
1 parent 0fc80b8 commit 450e787

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
@@ -489,9 +489,8 @@ var _ = Describe("SNR Controller", func() {
489489
})
490490

491491
It("check that we actually get a triggered watchdog reboot", func() {
492-
// it actually should be verifyWatchdogTriggered() but this is currently proving
493-
// that the code is broken!
494-
verifyWatchdogNotTriggered()
492+
// It's expected that the next line will fail, even though it shouldn't!
493+
verifyWatchdogTriggered()
495494
})
496495
})
497496

0 commit comments

Comments
 (0)