diff --git a/hana/package.json b/hana/package.json index 5f48d39e0..170d3c3a3 100644 --- a/hana/package.json +++ b/hana/package.json @@ -16,7 +16,7 @@ "CHANGELOG.md" ], "scripts": { - "test": "npm start && cds-test $(../test/find)", + "test": "(([ -z \"${HANA_HOST}\" ] && npm start) || true) && cds-test $(../test/find)", "test:remote": "cds-test", "start": "npm run start:hce || npm run start:hxe", "start:hce": "cd ./tools/docker/hce/ && ./start.sh",