Enable the zebrad sync tests by default

If your test environment does not have DNS or network access, set the
ZEBRA_SKIP_NETWORK_TESTS environmental variable to disable these tests.
This commit is contained in:
teor 2020-10-19 13:48:09 +10:00 committed by Deirdre Connolly
parent 9549e180c0
commit 1d35c5a0b9
1 changed files with 0 additions and 2 deletions

View File

@ -460,7 +460,6 @@ fn valid_generated_config(command: &str, expected_output: &str) -> Result<()> {
/// If your test environment does not have network access, skip
/// this test by setting the `ZEBRA_SKIP_NETWORK_TESTS` env var.
#[test]
#[ignore]
fn sync_one_checkpoint_mainnet() -> Result<()> {
sync_one_checkpoint(Mainnet)
}
@ -470,7 +469,6 @@ fn sync_one_checkpoint_mainnet() -> Result<()> {
/// If your test environment does not have network access, skip
/// this test by setting the `ZEBRA_SKIP_NETWORK_TESTS` env var.
#[test]
#[ignore]
fn sync_one_checkpoint_testnet() -> Result<()> {
sync_one_checkpoint(Testnet)
}