Skip to content

Commit

Permalink
Removing idex sort fiild from testUpdateSnapshotStatus
Browse files Browse the repository at this point in the history
Signed-off-by: gashutos <[email protected]>
  • Loading branch information
gashutos committed Sep 15, 2023
1 parent d34b352 commit 85dc9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public void testUpdateSnapshotStatus() throws Exception {
Settings.Builder settings = Settings.builder()
.put(IndexMetadata.INDEX_NUMBER_OF_SHARDS_SETTING.getKey(), between(5, 10))
.put(IndexMetadata.INDEX_NUMBER_OF_REPLICAS_SETTING.getKey(), 1)
.putList("index.sort.field", "sortfield")
//.putList("index.sort.field", "sortfield") /* disabling as of now as it breaks non production scenario */
.put("index.routing.allocation.include._name", bwcNames);

final String index = "test-snapshot-index";
Expand Down

0 comments on commit 85dc9ce

Please sign in to comment.