Skip to content

Commit

Permalink
Mute MoreExpressionIT.testSpecialValueVariable (#10388)
Browse files Browse the repository at this point in the history
Mute the test only for the concurrent search enabled case. See #10079.

Signed-off-by: Andrew Ross <andrross@amazon.com>
  • Loading branch information
andrross authored Oct 10, 2023
1 parent ef6dafe commit d3c8909
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 d3c8909

Please sign in to comment.