mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 00:09:31 +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) {
|
tasks.withType(Test) {
|
||||||
exclude 'org/bitcoinj/core/PeerTest*'
|
|
||||||
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
|
|
||||||
exclude 'org/bitcoinj/net/discovery/DnsDiscoveryTest*'
|
exclude 'org/bitcoinj/net/discovery/DnsDiscoveryTest*'
|
||||||
testLogging {
|
testLogging {
|
||||||
events "failed"
|
events "failed"
|
||||||
|
|
|
@ -29,4 +29,6 @@ compileJava {
|
||||||
|
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
exclude 'org/bitcoinj/core/PeerTest*'
|
||||||
|
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue