Skip to content

Commit 6567ef8

Browse files
committed
[CI] Disable cluster deprecation indexing when running ES
1 parent e633322 commit 6567ef8

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
@@ -45,6 +45,7 @@ environment=($(cat <<-END
4545
--env repositories.url.allowed_urls=http://snapshot.test*
4646
--env action.destructive_requires_name=false
4747
--env ingest.geoip.downloader.enabled=false
48+
--env cluster.deprecation_indexing.enabled=false
4849
END
4950
))
5051
if [[ "$TEST_SUITE" == "platinum" ]]; then

0 commit comments

Comments
 (0)