Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 94b1c43

Browse files
committed
Disable another flakey test
@aeyakovenko, this one failed on Rust stable.
1 parent 21fd7b5 commit 94b1c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tvu.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ pub mod tests {
135135
}
136136
/// Test that message sent from leader to target1 and replicated to target2
137137
#[test]
138+
#[ignore] // TODO: Why does this sometimes fail in CI?
138139
fn test_replicate() {
139140
logger::setup();
140141
let leader = TestNode::new();

0 commit comments

Comments
 (0)