diff --git a/scripts/run_e2e_tests.sh b/scripts/run_e2e_tests.sh index 957cd9d0e80..1aa46fb4980 100755 --- a/scripts/run_e2e_tests.sh +++ b/scripts/run_e2e_tests.sh @@ -44,7 +44,7 @@ if [ -z "$PDF_FOLDER" ]; then else cd $PDF_FOLDER fi -PORT=3002 npm start & +PORT=3002 OPENSSL_CONF=/dev/null npm start & PDF_PID=$! cd -