You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by tr...@apache.org on 2015/07/08 07:30:39 UTC

svn commit: r1689793 - /jackrabbit/oak/trunk/oak-auth-ldap/pom.xml

Author: tripod
Date: Wed Jul  8 05:30:39 2015
New Revision: 1689793

URL: http://svn.apache.org/r1689793
Log:
OAK-3026 test failures for oak-auth-ldap on Windows

- adding new test to exclusion list

Modified:
    jackrabbit/oak/trunk/oak-auth-ldap/pom.xml

Modified: jackrabbit/oak/trunk/oak-auth-ldap/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-auth-ldap/pom.xml?rev=1689793&r1=1689792&r2=1689793&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-auth-ldap/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-auth-ldap/pom.xml Wed Jul  8 05:30:39 2015
@@ -92,6 +92,7 @@
                                 <exclude>**/LdapDefaultLoginModuleTest.class</exclude>
                                 <exclude>**/LdapLoginStandaloneTest.class</exclude>
                                 <exclude>**/TokenDefaultLdapLoginModuleTest.class</exclude>
+                                <exclude>**/LargeLdapProviderTest.class</exclude>
                             </excludes>
                         </configuration>
                     </plugin>
@@ -121,6 +122,7 @@
                                 <exclude>**/LdapDefaultLoginModuleTest.class</exclude>
                                 <exclude>**/LdapLoginStandaloneTest.class</exclude>
                                 <exclude>**/TokenDefaultLdapLoginModuleTest.class</exclude>
+                                <exclude>**/LargeLdapProviderTest.class</exclude>
                             </excludes>
                         </configuration>
                     </plugin>