Skip to content

Commit ea48bcc

Browse files
neetikasinghalrayshrey
authored andcommitted
Enable test CardinalityWithRequestBreakerIT.testRequestBreaker after lucene 99 upgrade (opensearch-project#11841)
Signed-off-by: Neetika Singhal <neetiks@amazon.com>
1 parent 0420d04 commit ea48bcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/search/aggregations/metrics/CardinalityWithRequestBreakerIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ protected Settings featureFlagSettings() {
7676
/**
7777
* Test that searches using cardinality aggregations returns all request breaker memory.
7878
*/
79-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10154")
8079
public void testRequestBreaker() throws Exception {
8180
final String requestBreaker = randomIntBetween(1, 10000) + "kb";
8281
logger.info("--> Using request breaker setting: {}", requestBreaker);

0 commit comments

Comments
 (0)