Skip to content

Commit

Permalink
Mute testNestedSort for concurrent segment search case (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#11298)

Signed-off-by: Sorabh Hamirwasia <[email protected]>
  • Loading branch information
sohami authored and fahadshamiinsta committed Dec 4, 2023
1 parent 9198bc6 commit 2e37f5e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,10 @@ public void testSortMetaField() throws Exception {
* Test case for issue 6150: https://github.com/elastic/elasticsearch/issues/6150
*/
public void testNestedSort() throws IOException, InterruptedException, ExecutionException {
assumeFalse(
"Concurrent search case muted pending fix: https://github.com/opensearch-project/OpenSearch/issues/11258",
internalCluster().clusterService().getClusterSettings().get(CLUSTER_CONCURRENT_SEGMENT_SEARCH_SETTING)
);
assertAcked(
prepareCreate("test").setMapping(
XContentFactory.jsonBuilder()
Expand Down

0 comments on commit 2e37f5e

Please sign in to comment.