Ignore test_two_fullnodes_rotate integration tests

This commit is contained in:
Greg Fitzgerald 2019-02-18 06:59:28 -07:00 committed by Grimes
parent 907aff3b43
commit c57084de36
1 changed files with 3 additions and 0 deletions

View File

@ -2074,11 +2074,13 @@ fn test_one_fullnode_rotate_every_second_tick() {
}
#[test]
#[ignore]
fn test_two_fullnodes_rotate_every_tick() {
test_fullnode_rotate(1, 1, true, false);
}
#[test]
#[ignore]
fn test_two_fullnodes_rotate_every_second_tick() {
test_fullnode_rotate(2, 1, true, false);
}
@ -2089,6 +2091,7 @@ fn test_one_fullnode_rotate_every_tick_with_transactions() {
}
#[test]
#[ignore]
fn test_two_fullnodes_rotate_every_tick_with_transactions() {
test_fullnode_rotate(1, 1, true, true);
}