Fix the jenkins job for cloud to export headless browser variable (#25242)

This commit is contained in:
liza-mae 2018-11-06 12:48:48 -07:00 committed by GitHub
parent 3b94e3cece
commit 7748fe633f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 $@