mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Disable end-to-end tests too
They rely on a working riot-web build, which this is not.
This commit is contained in:
parent
59ddefdb8f
commit
f5264db028
1 changed files with 18 additions and 18 deletions
|
@ -35,24 +35,24 @@ steps:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "node:12"
|
image: "node:12"
|
||||||
|
|
||||||
- label: ":chains: End-to-End Tests"
|
# - label: ":chains: End-to-End Tests"
|
||||||
agents:
|
# agents:
|
||||||
# We use a xlarge sized instance instead of the normal small ones because
|
# # We use a xlarge sized instance instead of the normal small ones because
|
||||||
# e2e tests otherwise take +-8min
|
# # e2e tests otherwise take +-8min
|
||||||
queue: "xlarge"
|
# queue: "xlarge"
|
||||||
command:
|
# command:
|
||||||
# TODO: Remove hacky chmod for BuildKite
|
# # TODO: Remove hacky chmod for BuildKite
|
||||||
- "echo '--- Setup'"
|
# - "echo '--- Setup'"
|
||||||
- "chmod +x ./scripts/ci/*.sh"
|
# - "chmod +x ./scripts/ci/*.sh"
|
||||||
- "chmod +x ./scripts/*"
|
# - "chmod +x ./scripts/*"
|
||||||
- "echo '--- Install js-sdk'"
|
# - "echo '--- Install js-sdk'"
|
||||||
- "./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: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
# image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
||||||
propagate-environment: true
|
# propagate-environment: true
|
||||||
|
#
|
||||||
# - label: ":karma: Tests"
|
# - label: ":karma: Tests"
|
||||||
# agents:
|
# agents:
|
||||||
# # We use a medium sized instance instead of the normal small ones because
|
# # We use a medium sized instance instead of the normal small ones because
|
||||||
|
|
Loading…
Reference in a new issue