mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
crypto: Disable the real life key export test since it take a lot of time.
This commit is contained in:
@@ -172,9 +172,9 @@ mod test {
|
||||
assert_eq!(data, decrypted);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_real_decrypt() {
|
||||
let export = export_wihtout_headers();
|
||||
decrypt(&export, PASSPHRASE).expect("Can't decrypt key export");
|
||||
}
|
||||
// #[test]
|
||||
// fn test_real_decrypt() {
|
||||
// let export = export_wihtout_headers();
|
||||
// decrypt(&export, PASSPHRASE).expect("Can't decrypt key export");
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user