One idea in the method at a decision point simply issue: ``` return SKIP; ``` For other implementations see: - http://junit.sourceforge.net/javadoc/org/junit/Ignore.html - https://docs.python.org/3/library/unittest.html#skipping-tests-and-expected-failures Where the "skipped" and "ignored" are the names used.