Skip to content

Commit 8f06c52

Browse files
committed
Added the ingest.geoip.downloader.enabled=false for ES
1 parent 204652b commit 8f06c52

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
@@ -39,6 +39,7 @@ environment=($(cat <<-END
3939
--env node.attr.testattr=test
4040
--env path.repo=/tmp
4141
--env repositories.url.allowed_urls=http://snapshot.test*
42+
--env ingest.geoip.downloader.enabled=false
4243
--env action.destructive_requires_name=false
4344
--env ELASTIC_PASSWORD=$elastic_password
4445
--env xpack.license.self_generated.type=trial

0 commit comments

Comments
 (0)