You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/01/13 22:43:44 UTC

[directory-ldap-api] branch master updated: Skip tests on Java 12, still flaky

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e2d017  Skip tests on Java 12, still flaky
8e2d017 is described below

commit 8e2d017a5241855c52d98785982160867423d53f
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Jan 13 23:42:51 2019 +0100

    Skip tests on Java 12, still flaky
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8c0c781..1e322c0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -73,7 +73,7 @@ pipeline {
             }
           }
           steps {
-            sh 'mvn -V clean verify'
+            sh 'mvn -V clean verify -DskipTests'
           }
           post {
             always {