I have a set of tests that crash the whole test suite if a given situation arises. Moreover, that situation is already a failure for the suite.
Rather than crash, I'd rather test if the condition is true during the setup of the series, and fast-abort it with a failure.
Is that possible?