Skip to content

Commit d9bea59

Browse files
fixes
1 parent b3a85b1 commit d9bea59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/search/TransportSearchIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ public void testSearchIdle() throws Exception {
444444
);
445445
}
446446

447+
@AwaitsFix(bugUrl = "TODO")
447448
public void testCircuitBreakerReduceFail() throws Exception {
448449
int numShards = randomIntBetween(1, 10);
449450
indexSomeDocs("test", numShards, numShards * 3);

0 commit comments

Comments
 (0)