diff --git a/helm/ph-ee-engine/templates/tests/integration-test-ams.yaml b/helm/ph-ee-engine/templates/tests/integration-test-ams.yaml index e5f7a98b2..3df9f2c8a 100644 --- a/helm/ph-ee-engine/templates/tests/integration-test-ams.yaml +++ b/helm/ph-ee-engine/templates/tests/integration-test-ams.yaml @@ -13,7 +13,7 @@ spec: imagePullPolicy: "Always" command: [ "/bin/bash" , "-c" ] args: - - ./gradlew test -Dcucumber.filter.tags="@amsIntegration" ; echo 'Test complete' ; sleep 1500 ; echo 'pod terminate' + - ./gradlew test -Dcucumber.filter.tags="@amsIntegration" --no-daemon ; echo 'Test complete' ; sleep 1500 ; echo 'pod terminate' {{- include "inttest.env" . | nindent 4 }} resources: limits: diff --git a/helm/ph-ee-engine/templates/tests/integration-test-gov.yaml b/helm/ph-ee-engine/templates/tests/integration-test-gov.yaml index 1721d0c8b..c4d102fef 100644 --- a/helm/ph-ee-engine/templates/tests/integration-test-gov.yaml +++ b/helm/ph-ee-engine/templates/tests/integration-test-gov.yaml @@ -14,7 +14,7 @@ spec: command: [ "/bin/bash" , "-c" ] args: # - ./gradlew test -Dcucumber.filter.tags="@bd012" ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate' - - ./gradlew test -Dcucumber.filter.tags="@gov and not @ext" ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate' + - ./gradlew test -Dcucumber.filter.tags="@gov and not @ext" --no-daemon ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate' {{- include "inttest.env" . | nindent 4 }} resources: limits: