This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/main by this push:
new 797c87f NO-JIRA: tweak travis config to stop sporadic test failure
until resolved, now that issue is understood
797c87f is described below
commit 797c87f06548dcb7cce6bf35e013e26f2b4481af
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu May 20 17:58:31 2021 +0100
NO-JIRA: tweak travis config to stop sporadic test failure until resolved,
now that issue is understood
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index dea183a..15b8d3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ matrix:
dist: xenial
- os: osx
osx_image: xcode12.5
+script:
+ - mvn test -Dtest='*Test,
!ConnectionIntegrationTest#testConnectionFailsWhenUserSuppliesIllegalProperties'
cache:
directories:
- $HOME/.m2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]