We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0094b commit 6f50e8eCopy full SHA for 6f50e8e
.travis.yml
@@ -387,7 +387,9 @@ jobs:
387
388
# system testing e2e testing -----------------------------------------------------------------
389
# https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-on-travis-ci
390
- - stage: integration-testing / system-testing
+ # 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
393
name: e2e testing
394
language: node_js
395
node_js:
0 commit comments