3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +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:
Andreas Schildbach 2019-02-25 21:03:30 +01:00
parent 4e52eb7c55
commit 0be1008339

View File

@ -36,7 +36,10 @@ protobuf {
}
test {
exclude 'org/bitcoinj/core/PeerTest*'
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
exclude 'org/bitcoinj/protocols/channels/ChannelConnectionTest*'
testLogging {
events "failed"
exceptionFormat "full"