mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[artifacts] skip smoke tests
This commit is contained in:
parent
7b2d8d4408
commit
9044d1f76f
1 changed files with 5 additions and 5 deletions
|
@ -41,9 +41,9 @@ trap "echoKibanaLogs" EXIT
|
|||
|
||||
vagrant provision "$TEST_PACKAGE"
|
||||
|
||||
export TEST_BROWSER_HEADLESS=1
|
||||
export TEST_KIBANA_URL="http://elastic:changeme@$KIBANA_IP_ADDRESS:5601"
|
||||
export TEST_ES_URL=http://elastic:changeme@192.168.56.1:9200
|
||||
# export TEST_BROWSER_HEADLESS=1
|
||||
# export TEST_KIBANA_URL="http://elastic:changeme@$KIBANA_IP_ADDRESS:5601"
|
||||
# export TEST_ES_URL=http://elastic:changeme@192.168.56.1:9200
|
||||
|
||||
cd x-pack
|
||||
node scripts/functional_test_runner.js --include-tag=smoke
|
||||
# cd x-pack
|
||||
# node scripts/functional_test_runner.js --include-tag=smoke
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue