Sentinel test: jump to next unit on test failure.
Sentinel tests are designed to be dependent on the previous tests in the same unit, so usually we can't continue with the next test in the same unit if a previous test failed.
Please register or sign in to comment