Skip to content

Commit 0fa1f65

Browse files
committed
Exclude test files which do not work with hadoop-2
1 parent 3e24e73 commit 0fa1f65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hbase-http/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@
408408
-->
409409
<testExcludes>
410410
<testExclude>**/org/apache/hadoop/hbase/http/TestLdapHttpServer**</testExclude>
411+
<testExclude>**/org/apache/hadoop/hbase/http/LdapServerTestBase**</testExclude>
412+
<testExclude>**/org/apache/hadoop/hbase/http/TestLdapAdminACL**/</testExclude>
411413
</testExcludes>
412414
</configuration>
413415
</plugin>

0 commit comments

Comments
 (0)