org.apache.lucene.util
Annotation Type LuceneTestCase.BadApple


@Documented
@Inherited
@Retention(value=RUNTIME)
@TestGroup(enabled=false,
           sysProperty="tests.badapples")
public static @interface LuceneTestCase.BadApple

Annotation for tests that fail frequently and should be moved to a "vault" plan in Jenkins. Tests annotated with this will be turned off by default. If you want to enable them, set:

 -Dtests.badapples=true
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.