diff --git a/test/scripts/jenkins_cloud.sh b/test/scripts/jenkins_cloud.sh index c6739162c2ca..57798a9afcac 100755 --- a/test/scripts/jenkins_cloud.sh +++ b/test/scripts/jenkins_cloud.sh @@ -22,5 +22,5 @@ set -e source "$(dirname $0)/../../src/dev/ci_setup/setup.sh" -TEST_BROWSER_HEADLESS=1 +export TEST_BROWSER_HEADLESS=1 node scripts/functional_test_runner --debug --exclude-tag skipCloud $@