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"