You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/02/28 07:01:00 UTC

[mina-sshd] 06/06: [SSHD-822] (Re-)Disable SftpVersionsTest for Netty I/O service factory

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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit d75ea59fa2c596f6432454878f5f546210d2e17e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Feb 28 05:45:49 2019 +0200

    [SSHD-822] (Re-)Disable SftpVersionsTest for Netty I/O service factory
---
 sshd-sftp/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index 4abbcb8..2454347 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -199,6 +199,7 @@
 				                    <excludes>
 				                            <!-- TODO (SSHD-822) need some more research as to why this fails frequently on Netty -->
 				                        <exclude>**/AbstractCheckFileExtensionTest.java</exclude>
+				                        <exclude>**/SftpVersionsTest.java</exclude>                                       
 				                    </excludes>
                                 </configuration>
                             </execution>