You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Allow test cases to be named Tests without having to be inherited from LuceneTestCase.
142
140
// see https://github.com/elastic/elasticsearch/blob/323f312bbc829a63056a79ebe45adced5099f6e6/buildSrc/src/main/java/org/elasticsearch/gradle/precommit/TestingConventionsTasks.java
Copy file name to clipboardexpand all lines: src/test/java/org/opensearch/action/admin/indices/mapping/get/ValidateAnomalyDetectorActionHandlerTests.java
-29
Original file line number
Diff line number
Diff line change
@@ -137,38 +137,9 @@ public void testValidateMoreThanThousandSingleEntityDetectorLimit() throws IOExc
137
137
138
138
// extend NodeClient since its execute method is final and mockito does not allow to mock final methods
139
139
// we can also use spy to overstep the final methods
0 commit comments