From 9b5061c46414899818b3a6ebf86611d8359a953d Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sun, 24 Jun 2018 09:46:56 -0600 Subject: [PATCH] Disable another flakey test @aeyakovenko, this one failed on Rust stable. --- src/tvu.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tvu.rs b/src/tvu.rs index f338d0b1e7bf87..b1e30382d76152 100644 --- a/src/tvu.rs +++ b/src/tvu.rs @@ -135,6 +135,7 @@ pub mod tests { } /// Test that message sent from leader to target1 and replicated to target2 #[test] + #[ignore] // TODO: Why does this sometimes fail in CI? fn test_replicate() { logger::setup(); let leader = TestNode::new();