3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 19:25:51 +00:00

pom.xml: Exclude two more network tests from surefire when using the no-network profile.

This commit is contained in:
Andreas Schildbach 2018-02-26 02:11:31 +01:00
parent 0a21b586e8
commit 1a1693bd8a

View File

@ -102,6 +102,8 @@
<excludes>
<exclude>**/core/PeerTest.java</exclude>
<exclude>**/core/TransactionBroadcastTest.java</exclude>
<exclude>**/net/NetworkAbstractionTests.java</exclude>
<exclude>**/protocols/channels/ChannelConnectionTest</exclude>
</excludes>
</configuration>
</plugin>