Skip to content

Commit

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

(cherry picked from commit 145fd9e)

Signed-off-by: Jay Deng <jayd0104@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bf599e3 commit dd6a02a
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 dd6a02a

Please sign in to comment.