This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 7cfd79e Disabling SAML2 tests since Travis CI seems to hang up on
those
7cfd79e is described below
commit 7cfd79e4a85c1badd22aa91e788b0d16fa7894ef
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Sep 17 16:55:34 2020 +0200
Disabling SAML2 tests since Travis CI seems to hang up on those
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d928186..ca49848 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -116,5 +116,5 @@ jobs:
script: mvn -f fit/core-reference/pom.xml -P zookeeper-it
-Dinvoker.streamLogs=true -Dmodernizer.skip=true -Dianal.skip=true
-Drat.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true
- stage: fit
name: "Integration Tests: SRA and WA"
- script: mvn -f fit/wa-reference/pom.xml verify -Dinvoker.streamLogs=true
-Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true
-Djacoco.skip=true
+ script: mvn -f fit/wa-reference/pom.xml verify -Dinvoker.streamLogs=true
-Dmodernizer.skip=true -Dianal.skip=true -Drat.skip=true -Dcheckstyle.skip=true
-Djacoco.skip=true "-Dit.test=!*SAML*"
#####################################################