From 2e96ceeb7383b6e74c59586986a676374f201e0b Mon Sep 17 00:00:00 2001 From: Oleg Andreyev Date: Mon, 14 Nov 2022 00:25:45 +0200 Subject: [PATCH] disabled xpack.security.enabled --- .github/workflows/continuous-integration.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index fe748a1e37..7d1a28b99c 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -86,13 +86,8 @@ jobs: sudo sysctl -w vm.max_map_count=262144 docker-compose --file=docker/docker-compose.proxy.yml --file=docker/docker-compose.es.yml up --detach - if [[ "$ES_VERSION" == "8.0.0" ]]; then - docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent -k https://es01:9200 - docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent -k https://es02:9200 - else - docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es01:9200 - docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es02:9200 - fi; + docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es01:9200 + docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es02:9200 - name: 'Run functional tests' run: |