Skip to content

Commit cde3231

Browse files
jed326Shivansh Arora
authored andcommitted
Unmute FieldCapabilitiesIT.testWithIndexFilter for concurrent segment search (opensearch-project#11110)
Signed-off-by: Jay Deng <jayd0104@gmail.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
1 parent a521ee4 commit cde3231

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

server/src/internalClusterTest/java/org/opensearch/search/fieldcaps/FieldCapabilitiesIT.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ public void testWithIndexAlias() {
244244
}
245245

246246
public void testWithIndexFilter() throws InterruptedException {
247-
assumeFalse(
248-
"Concurrent search case muted pending fix: https://github.com/opensearch-project/OpenSearch/issues/10433",
249-
internalCluster().clusterService().getClusterSettings().get(CLUSTER_CONCURRENT_SEGMENT_SEARCH_SETTING)
250-
);
251247
assertAcked(prepareCreate("index-1").setMapping("timestamp", "type=date", "field1", "type=keyword"));
252248
assertAcked(prepareCreate("index-2").setMapping("timestamp", "type=date", "field1", "type=long"));
253249

0 commit comments

Comments
 (0)