Skip to content

Commit

Permalink
Unmute FieldCapabilitiesIT.testWithIndexFilter for concurrent segment…
Browse files Browse the repository at this point in the history
… search (#11110)

Signed-off-by: Jay Deng <[email protected]>
  • Loading branch information
jed326 authored Nov 7, 2023
1 parent c206159 commit 145fd9e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ public void testWithIndexAlias() {
}

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

Expand Down

0 comments on commit 145fd9e

Please sign in to comment.