add testcase.T.SkipUntil
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.