...
There are times when a Unit test must be conditional or disabled. Here are some of the tricks for doing that.
@ignoreThe annotation @Ignore("bug_id") is used to disable a unit test on all platforms,
Unstable tests can be toggled using the conditions from within the test:
...
Overview
Content Tools
ThemeBuilder