diff --git a/gradle/ant-compat/misc.gradle b/gradle/ant-compat/misc.gradle index b0494dd4bfa..d50a80baa0e 100644 --- a/gradle/ant-compat/misc.gradle +++ b/gradle/ant-compat/misc.gradle @@ -15,14 +15,6 @@ * limitations under the License. */ - -// Exclude inner classes from testing. -allprojects { - tasks.withType(Test) { task -> - exclude '**/*$*' - } -} - // Exclude test classes that are not actually stand-alone tests (they're executed from other stuff). configure(project(":lucene:replicator")) { plugins.withType(JavaPlugin) {