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

This commit is contained in:
liza-mae 2018-11-06 12:52:14 -07:00 committed by GitHub
parent e3916bd007
commit b499836f9b
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 $@