Skip to content

Commit

Permalink
tests: ignore LevelDB related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 3, 2024
1 parent 4946a81 commit 83a76ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ test {
exclude 'org/bitcoinj/core/TransactionBroadcastTest*'
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
exclude 'org/bitcoinj/protocols/channels/ChannelConnectionTest*'
exclude 'org/bitcoinj/core/LevelDBFullPrunedBlockChainTest*'
exclude 'org/bitcoinj/core/LevelDBBlockStoreTest*'
testLogging {
events "failed"
exceptionFormat "full"
Expand Down

0 comments on commit 83a76ab

Please sign in to comment.