You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2018/04/13 16:47:43 UTC

qpid-proton-j git commit: PROTON-1672: disable jacaco for the python tests module, it appears it provokes sporadic issues with jython

Repository: qpid-proton-j
Updated Branches:
  refs/heads/master e5a7dcade -> ef6516ea0


PROTON-1672: disable jacaco for the python tests module, it appears it provokes sporadic issues with jython


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/ef6516ea
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/ef6516ea
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/ef6516ea

Branch: refs/heads/master
Commit: ef6516ea0025cb9584c3569b449bfbd9f317592e
Parents: e5a7dca
Author: Robbie Gemmell <ro...@apache.org>
Authored: Fri Apr 13 17:47:18 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Fri Apr 13 17:47:18 2018 +0100

----------------------------------------------------------------------
 tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/ef6516ea/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index 52f1ec6..a1e25f8 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -45,6 +45,7 @@ mvn test \
 
   <properties>
     <testReportOutputDirectory>${basedir}/target/surefire-reports</testReportOutputDirectory>
+    <jacoco.skip>true</jacoco.skip>
   </properties>
 
   <build>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org