Skip to content

add testcase.T.SkipUntil

Compare
Choose a tag to compare
@adamluzsi adamluzsi released this 25 May 21:02

Add testcase.T.SkipUntil that is equivalent to Log followed by SkipNow if the test is executing prior to the given deadline time.
SkipUntil is useful when you need to skip something temporarily, but you don't trust your memory enough to return to it on your own.