mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 03:35:52 +00:00
build.gradle: Exclude the same set of integration tests as we did for Maven.
This fixes the 'address already in use' error.
This commit is contained in:
parent
4e52eb7c55
commit
0be1008339
@ -36,7 +36,10 @@ protobuf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
exclude 'org/bitcoinj/core/PeerTest*'
|
||||||
|
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
|
||||||
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
|
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
|
||||||
|
exclude 'org/bitcoinj/protocols/channels/ChannelConnectionTest*'
|
||||||
testLogging {
|
testLogging {
|
||||||
events "failed"
|
events "failed"
|
||||||
exceptionFormat "full"
|
exceptionFormat "full"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user