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:
parent
9549e180c0
commit
1d35c5a0b9
|
|
@ -460,7 +460,6 @@ fn valid_generated_config(command: &str, expected_output: &str) -> Result<()> {
|
||||||
/// If your test environment does not have network access, skip
|
/// If your test environment does not have network access, skip
|
||||||
/// this test by setting the `ZEBRA_SKIP_NETWORK_TESTS` env var.
|
/// this test by setting the `ZEBRA_SKIP_NETWORK_TESTS` env var.
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn sync_one_checkpoint_mainnet() -> Result<()> {
|
fn sync_one_checkpoint_mainnet() -> Result<()> {
|
||||||
sync_one_checkpoint(Mainnet)
|
sync_one_checkpoint(Mainnet)
|
||||||
}
|
}
|
||||||
|
|
@ -470,7 +469,6 @@ fn sync_one_checkpoint_mainnet() -> Result<()> {
|
||||||
/// If your test environment does not have network access, skip
|
/// If your test environment does not have network access, skip
|
||||||
/// this test by setting the `ZEBRA_SKIP_NETWORK_TESTS` env var.
|
/// this test by setting the `ZEBRA_SKIP_NETWORK_TESTS` env var.
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn sync_one_checkpoint_testnet() -> Result<()> {
|
fn sync_one_checkpoint_testnet() -> Result<()> {
|
||||||
sync_one_checkpoint(Testnet)
|
sync_one_checkpoint(Testnet)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue