Skip to content

Commit

Permalink
Disable unreliable sync_large_checkpoints_testnet (#1789)
Browse files Browse the repository at this point in the history
* delete `sync_large_checkpoints_testnet`
  • Loading branch information
oxarbitrage authored Feb 19, 2021
1 parent d4915c1 commit bae49e5
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,22 +745,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,
Expand Down

0 comments on commit bae49e5

Please sign in to comment.