cyrpto: Another timing based test that only works on Linux.
parent
4ab6ae7f30
commit
40d13d9b59
|
@ -380,7 +380,7 @@ mod test {
|
||||||
assert!(bob.is_done());
|
assert!(bob.is_done());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(target_os = "macos"))]
|
#[cfg(target_os = "linux")]
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn timing_out() {
|
async fn timing_out() {
|
||||||
let (alice_machine, bob) = setup_verification_machine().await;
|
let (alice_machine, bob) = setup_verification_machine().await;
|
||||||
|
|
Loading…
Reference in New Issue