mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-09 05:14:46 +01:00
integration-test: move tests derived from TestWithNetworkConnections to integration-test submodule
This commit is contained in:
parent
aafdbccbc5
commit
8800840e7e
9 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,6 @@ protobuf {
|
|||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
exclude 'org/bitcoinj/core/PeerTest*'
|
||||
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
|
||||
exclude 'org/bitcoinj/net/discovery/DnsDiscoveryTest*'
|
||||
testLogging {
|
||||
events "failed"
|
||||
|
|
|
@ -29,4 +29,6 @@ compileJava {
|
|||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
exclude 'org/bitcoinj/core/PeerTest*'
|
||||
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue