Annotation Type LuceneTestCase.BadApple

Enclosing class:
LuceneTestCase

@Documented @Inherited @Retention(RUNTIME) @TestGroup(enabled=true, sysProperty="tests.badapples") public static @interface LuceneTestCase.BadApple
Annotation for tests that fail frequently and are not executed in Jenkins builds to not spam mailing lists with false reports.

Tests are turned on for developers by default. If you want to disable them, set:

 -Dtests.badapples=false
 
(or do this through ~./lucene.build.properties).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Point to JIRA entry.
  • Element Details

    • bugUrl

      String bugUrl
      Point to JIRA entry.