From ee68bbc481c154111c60fe80d57565d35bfac46e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 May 2020 16:38:55 +0200 Subject: Unblock ios e2e tests --- scripts/e2e/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/e2e/local.sh') diff --git a/scripts/e2e/local.sh b/scripts/e2e/local.sh index e8db2e808..40efa3525 100755 --- a/scripts/e2e/local.sh +++ b/scripts/e2e/local.sh @@ -11,4 +11,4 @@ npm run clean:server:test npm run concurrently -- -k -s first \ "cd client && npm run ng -- e2e --port 3333 -c local" \ - "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' node dist/server" + "NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" }, \"signup\": { \"enabled\": false } }' node dist/server" -- cgit v1.2.3