Skip to content

Commit

Permalink
tests: ignore LevelDB tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jan 4, 2024
1 parent 2f5824d commit fa6b369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
import org.bitcoinj.store.FullPrunedBlockStore;
import org.bitcoinj.store.LevelDBFullPrunedBlockStore;
import org.junit.After;
import org.junit.Ignore;

import java.io.File;

/**
* An H2 implementation of the FullPrunedBlockStoreTest
*/
@Ignore
public class LevelDBFullPrunedBlockChainTest extends
AbstractFullPrunedBlockChainTest {
@After
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

import static org.junit.Assert.assertEquals;

@Ignore
public class LevelDBBlockStoreTest {
private static NetworkParameters UNITTEST;

Expand Down

0 comments on commit fa6b369

Please sign in to comment.