Ignore syncing tests (they run too long)

This commit is contained in:
Paul Hauner 2019-03-24 17:58:30 +11:00
parent 796b68dc04
commit 07b6f70842
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -450,6 +450,7 @@ pub fn build_blocks(blocks: usize, master: &mut SyncMaster, nodes: &mut Vec<Sync
}
#[test]
#[ignore]
fn sync_node_with_master() {
let logger = get_logger();
let spec = ChainSpec::few_validators();
@ -491,6 +492,7 @@ fn sync_node_with_master() {
}
#[test]
#[ignore]
fn sync_two_nodes() {
let logger = get_logger();
let spec = ChainSpec::few_validators();