Expose two tests that fail to fail
This MR has two commits: the first is a minimal reproducer of a test that failed to fail. The second is an imperfect attempt at making it successfully fail: I can prove that the right callback is scheduled, but I cannot get it to run.
Unfortunately I cannot seem to get the update_workflows
callback to run, so this is a request for help. Other tests use captureOnCommitCallbacks
and see its side effects, so I'm confused