Class SkipUnstableTest

java.lang.Object
org.codice.ddf.itests.common.annotations.SkipUnstableTest
All Implemented Interfaces:
ConditionalIgnoreRule.IgnoreCondition

public class SkipUnstableTest extends Object implements ConditionalIgnoreRule.IgnoreCondition
Condition used by the ConditionalIgnoreRule.IgnoreCondition to indicates that a test should only be run if the "includeUnstableTests" system property is set to true.

Note that you need the ConditionalIgnoreRule at the beginning of your test class in order for the annotation to take effect.

Example: