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

Commit 96bdf6f

Browse files
committed
Disable flakey test
1 parent c1d3660 commit 96bdf6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ mod tests {
183183
use std::sync::atomic::{AtomicBool, Ordering};
184184
use std::sync::Arc;
185185
#[test]
186+
#[ignore] // TODO: Why does this sometimes fail in CI?
186187
fn validator_exit() {
187188
let tn = TestNode::new();
188189
let alice = Mint::new(10_000);

0 commit comments

Comments
 (0)