From d622742b842ddad71fc9ddcb1051b2acce0aed08 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Wed, 1 Aug 2018 15:21:14 +0000 Subject: [PATCH] Mark test-multinode-basic as ignore --- tests/multinode.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/multinode.rs b/tests/multinode.rs index 163e325a45..a6d67c344a 100755 --- a/tests/multinode.rs +++ b/tests/multinode.rs @@ -195,6 +195,7 @@ fn test_multi_node_validator_catchup_from_zero() { } #[test] +#[ignore] fn test_multi_node_basic() { logger::setup(); const N: usize = 5;