File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/elasticsearch/action/search Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3131import org .elasticsearch .common .settings .Settings ;
3232import org .elasticsearch .common .util .LongArray ;
3333import org .elasticsearch .common .util .concurrent .AtomicArray ;
34+ import org .elasticsearch .core .SuppressForbidden ;
3435import org .elasticsearch .core .TimeValue ;
3536import org .elasticsearch .index .IndexSettings ;
3637import org .elasticsearch .index .query .RangeQueryBuilder ;
@@ -447,6 +448,7 @@ public void testSearchIdle() throws Exception {
447448 );
448449 }
449450
451+ @ SuppressForbidden (reason = "testing" )
450452 @ Repeat (iterations = 100 )
451453 public void testCircuitBreakerReduceFail () throws Exception {
452454 int numShards = randomIntBetween (1 , 10 );
You can’t perform that action at this time.
0 commit comments