mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
do no longer ignore keypair generation test, due to the ecc-move, it is no longer expensive
This commit is contained in:
committed by
holger krekel
parent
d78ea882c8
commit
6ffe54d68f
@@ -417,7 +417,6 @@ Sent with my Delta Chat Messenger: https://delta.chat";
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore] // generating keys is expensive
|
|
||||||
fn test_generate() {
|
fn test_generate() {
|
||||||
let t = dummy_context();
|
let t = dummy_context();
|
||||||
let addr = "alice@example.org";
|
let addr = "alice@example.org";
|
||||||
@@ -429,7 +428,6 @@ Sent with my Delta Chat Messenger: https://delta.chat";
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_generate_concurrent() {
|
fn test_generate_concurrent() {
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::thread;
|
use std::thread;
|
||||||
|
|||||||
@@ -394,7 +394,6 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore] // is too expensive
|
|
||||||
fn test_create_keypair() {
|
fn test_create_keypair() {
|
||||||
let keypair0 = create_keypair(
|
let keypair0 = create_keypair(
|
||||||
EmailAddress::new("foo@bar.de").unwrap(),
|
EmailAddress::new("foo@bar.de").unwrap(),
|
||||||
|
|||||||
Reference in New Issue
Block a user