cyrpto: Another timing based test that only works on Linux.
This commit is contained in:
parent
4ab6ae7f30
commit
40d13d9b59
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ mod test {
|
|||
assert!(bob.is_done());
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
#[tokio::test]
|
||||
async fn timing_out() {
|
||||
let (alice_machine, bob) = setup_verification_machine().await;
|
||||
|
|
Loading…
Reference in a new issue