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:
parent
0a21b586e8
commit
1a1693bd8a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user