diff --git a/buildSrc/src/main/resources/forbidden/es-test-signatures.txt b/buildSrc/src/main/resources/forbidden/es-test-signatures.txt index d365acbfca3..08e591e1cfa 100644 --- a/buildSrc/src/main/resources/forbidden/es-test-signatures.txt +++ b/buildSrc/src/main/resources/forbidden/es-test-signatures.txt @@ -25,4 +25,3 @@ org.apache.lucene.util.LuceneTestCase$Nightly @ We don't run nightly tests at th com.carrotsearch.randomizedtesting.annotations.Nightly @ We don't run nightly tests at this point! org.junit.Test @defaultMessage Just name your test method testFooBar -org.junit.rules.ExpectedException @ Use LuceneTestCase#expectThrows(Class, LuceneTestCase.ThrowingRunnable) instead