Skip to content

Commit 2217a52

Browse files
committed
[CI] Disable cluster deprecation indexing when running ES
1 parent 5417590 commit 2217a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/run-elasticsearch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ environment=($(cat <<-END
4141
--env repositories.url.allowed_urls=http://snapshot.test*
4242
--env action.destructive_requires_name=false
4343
--env ingest.geoip.downloader.enabled=false
44+
--env cluster.deprecation_indexing.enabled=false
4445
END
4546
))
4647
if [[ "$TEST_SUITE" == "platinum" ]]; then

0 commit comments

Comments
 (0)