Skip to content

Commit

Permalink
Mute MoreExpressionIT.testSpecialValueVariable (opensearch-project#10388
Browse files Browse the repository at this point in the history
)

Mute the test only for the concurrent search enabled case. See opensearch-project#10079.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
  • Loading branch information
andrross authored and shiv0408 committed Apr 25, 2024
1 parent 63937c0 commit a13cc67
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ public void testInvalidFieldMember() {
}

public void testSpecialValueVariable() throws Exception {
assumeFalse(
"Concurrent search case muted pending fix: https://github.com/opensearch-project/OpenSearch/issues/10079",
internalCluster().clusterService().getClusterSettings().get(CLUSTER_CONCURRENT_SEGMENT_SEARCH_SETTING)
);
// i.e. _value for aggregations
createIndex("test");
ensureGreen("test");
Expand Down

0 comments on commit a13cc67

Please sign in to comment.