You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2022/11/18 15:57:32 UTC

[lucene] branch main updated: Remove obsolete badapples tests switch (#468)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 82e57d1d6b9 Remove obsolete badapples tests switch (#468)
82e57d1d6b9 is described below

commit 82e57d1d6b907bb58bfce6d0206caba3c1b35d3e
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Fri Nov 18 16:57:01 2022 +0100

    Remove obsolete badapples tests switch (#468)
---
 gradle/testing/randomization.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle/testing/randomization.gradle b/gradle/testing/randomization.gradle
index aa5125fe2cb..7ddb67e9036 100644
--- a/gradle/testing/randomization.gradle
+++ b/gradle/testing/randomization.gradle
@@ -89,7 +89,6 @@ allprojects {
           [propName: 'tests.weekly', value: false, description: "Enables or disables @Weekly tests."],
           [propName: 'tests.monster', value: false, description: "Enables or disables @Monster tests."],
           [propName: 'tests.awaitsfix', value: null, description: "Enables or disables @AwaitsFix tests."],
-          [propName: 'tests.badapples', value: null, description: "Enables or disables @BadApple tests."],
           [propName: 'tests.gui',
             value: {  ->
               return rootProject.ext.isCIBuild