cyrpto: Another timing based test that only works on Linux.

master
Damir Jelić 2020-12-08 13:37:55 +01:00
parent 4ab6ae7f30
commit 40d13d9b59
1 changed files with 1 additions and 1 deletions

View File

@ -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;