Run blockchain tests on esplora

They were only being run on electrum before.
This commit is contained in:
LLFourn
2021-05-18 15:21:48 +10:00
parent 465ef6e674
commit fcae5adabd
5 changed files with 30 additions and 8 deletions

View File

@@ -193,6 +193,9 @@ macro_rules! bdk_blockchain_tests {
assert_eq!(list_tx_item.height, None);
}
// FIXME: I would like this to be cfg_attr(not(feature = "test-esplora"), ignore) but it
// doesn't work for some reason.
#[cfg(not(feature = "test-esplora"))]
#[test]
#[serial]
fn test_sync_reorg_block() {