From 22d2c962b2799ed539d8387f8f6257d6f9c971e7 Mon Sep 17 00:00:00 2001 From: Anatoly Yakovenko Date: Tue, 3 Jul 2018 16:40:45 -0700 Subject: [PATCH] ignore --- tests/multinode.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/multinode.rs b/tests/multinode.rs index 51344d19de..ba25556130 100644 --- a/tests/multinode.rs +++ b/tests/multinode.rs @@ -291,7 +291,9 @@ fn test_boot_validator_from_file() { std::fs::remove_file(ledger_path).unwrap(); } +//TODO: this test will run a long time so its disabled for CI #[test] +#[ignore] fn test_multi_node_dynamic_network() { logger::setup(); const N: usize = 25;