Disable end-to-end tests for now
parent
378bf68b43
commit
311c81fca0
|
@ -10,17 +10,17 @@ steps:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "node:10"
|
image: "node:10"
|
||||||
|
|
||||||
- label: ":chrome: End-to-End Tests"
|
# - label: ":chrome: End-to-End Tests"
|
||||||
command:
|
# command:
|
||||||
# TODO: Remove hacky chmod for BuildKite
|
# # TODO: Remove hacky chmod for BuildKite
|
||||||
- "chmod +x ./scripts/ci/*.sh"
|
# - "chmod +x ./scripts/ci/*.sh"
|
||||||
- "chmod +x ./scripts/*"
|
# - "chmod +x ./scripts/*"
|
||||||
- "sudo apt-get install build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev"
|
# - "sudo apt-get install build-essential python2.7-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev"
|
||||||
- "./scripts/ci/install-deps.sh"
|
# - "./scripts/ci/install-deps.sh"
|
||||||
- "./scripts/ci/end-to-end-tests.sh"
|
# - "./scripts/ci/end-to-end-tests.sh"
|
||||||
plugins:
|
# plugins:
|
||||||
- docker#v3.0.1:
|
# - docker#v3.0.1:
|
||||||
image: "node:10"
|
# image: "node:10"
|
||||||
|
|
||||||
- label: ":karma: Tests"
|
- label: ":karma: Tests"
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in New Issue