Skip to content

Commit d2a2a53

Browse files
committed
Disable CircuitBreakerServiceIT.testParentChecking.
Relates #28223
1 parent d4b9e91 commit d2a2a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public void testRamAccountingTermsEnum() throws Exception {
227227
* this case, the fielddata breaker borrows space from the request breaker
228228
*/
229229
@TestLogging("_root:DEBUG,org.elasticsearch.action.search:TRACE")
230+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/28223")
230231
public void testParentChecking() throws Exception {
231232
if (noopBreakerUsed()) {
232233
logger.info("--> noop breakers used, skipping test");

0 commit comments

Comments
 (0)