We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cd708 commit 45f8308Copy full SHA for 45f8308
server/src/test/java/org/opensearch/search/aggregations/AggregationCollectorManagerTests.java
@@ -83,12 +83,6 @@ public void testAggCollectorManagersWithBothGlobalNonGlobalAggregators() throws
83
}
84
85
public void testAssertionWhenCollectorManagerCreatesNoOPCollector() throws Exception {
86
- try {
87
- assert false;
88
- throw new RuntimeException("Assertions not enabled!");
89
- } catch (AssertionError e) {
90
-
91
- }
92
AggregatorFactories aggregatorFactories = getAggregationFactories(globalAgg);
93
SearchContextAggregations contextAggregations = new SearchContextAggregations(
94
aggregatorFactories,
0 commit comments