Merge pull request #1887 from ZcashFoundation/revert-1877-revert-1789-large-sync-testnet-disable
Revert "Revert "Disable unreliable `sync_large_checkpoints_testnet`"" This disables the failing large testnet sync test.
This commit is contained in:
parent
8103e89739
commit
1e1859f5a3
|
@ -746,22 +746,8 @@ fn sync_large_checkpoints_mainnet() -> Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
/// Test if `zebrad` can sync some larger checkpoints on testnet.
|
||||
///
|
||||
/// This test does not run by default, see `sync_large_checkpoints_mainnet`
|
||||
/// for details.
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn sync_large_checkpoints_testnet() -> Result<()> {
|
||||
sync_until(
|
||||
LARGE_CHECKPOINT_TEST_HEIGHT,
|
||||
Testnet,
|
||||
STOP_AT_HEIGHT_REGEX,
|
||||
LARGE_CHECKPOINT_TIMEOUT,
|
||||
None,
|
||||
)
|
||||
.map(|_tempdir| ())
|
||||
}
|
||||
// Todo: We had a `sync_large_checkpoints_testnet` here but it was removed because
|
||||
// the testnet is unreliable(#1222). Enable after we have more testnet instances(#1791).
|
||||
|
||||
/// Sync `network` until `zebrad` reaches `height`, and ensure that
|
||||
/// the output contains `stop_regex`. If `reuse_tempdir` is supplied,
|
||||
|
|
Loading…
Reference in New Issue