1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: excluding tests needing unpackaged org.burningwave
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2023-10-28
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -252,6 +252,9 @@
<exclude>**/ThrottledOpObserverTest.java</exclude><!-- Needs ThrottledOpHelper -->
<exclude>**/ThrottledOpQuorumTest.java</exclude><!-- Needs ThrottledOpHelper -->
<exclude>**/ThrottledOpStandaloneTest.java</exclude><!-- Needs ThrottledOpHelper -->
+ <exclude>**/QuorumCanonicalizeTest.java</exclude><!-- package org.burningwave.tools.net does not exist -->
+ <exclude>**/StaticHostProviderTest.java</exclude><!-- package org.burningwave.tools.net does not exist -->
+ <exclude>**/ZKTrustManagerTest.java</exclude><!-- package org.burningwave.tools.net does not exist -->
<!-- The four below tests cannot be run as of today, because the TempDir annotation is not available in Debian-packaged junit5. -->
<exclude>**/server/embedded/ZookeeperServerClusterMutualAuthTest.java</exclude>
<exclude>**/server/embedded/ZookeeperServerClusterTest.java</exclude>
|