mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01: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
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue