Skip to content

Commit 6f50e8e

Browse files
authored
Excudes e2e stage from include until fixed (#1595)
1 parent cb0094b commit 6f50e8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,9 @@ jobs:
387387

388388
# system testing e2e testing -----------------------------------------------------------------
389389
# https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-on-travis-ci
390-
- stage: integration-testing / system-testing
390+
# FIXME: skip the job until make it faster and more reliable https://github.com/ITISFoundation/osparc-simcore/issues/1594
391+
- if: false
392+
stage: integration-testing / system-testing
391393
name: e2e testing
392394
language: node_js
393395
node_js:

0 commit comments

Comments
 (0)