Skip to content

Commit

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

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


(cherry picked from commit d3c8909)

Signed-off-by: Andrew Ross <[email protected]>
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 422cf06 commit 52bdce6
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 52bdce6

Please sign in to comment.