如果您不在做可能会中断该类测试的事情,那么您可能想要跳过运行时间长的测试方法,以缩短编译-测试-调试周期。
If you're not working on things that are likely to break that test, you might want to skip the long-running test method to speed up your compile-test-debug cycle.
那样的话,那个任务将会跳过这段周期的执行,重新调度到下个周期。
In that case, the task will skip execution of this period and reschedule to the next period.
应用推荐