do no longer ignore keypair generation test, due to the ecc-move, it is no longer expensive

This commit is contained in:
B. Petersen
2020-02-27 16:16:00 +01:00
committed by holger krekel
parent d78ea882c8
commit 6ffe54d68f
2 changed files with 0 additions and 3 deletions

View File

@@ -417,7 +417,6 @@ Sent with my Delta Chat Messenger: https://delta.chat";
}
#[test]
#[ignore] // generating keys is expensive
fn test_generate() {
let t = dummy_context();
let addr = "alice@example.org";
@@ -429,7 +428,6 @@ Sent with my Delta Chat Messenger: https://delta.chat";
}
#[test]
#[ignore]
fn test_generate_concurrent() {
use std::sync::Arc;
use std::thread;

View File

@@ -394,7 +394,6 @@ mod tests {
}
#[test]
#[ignore] // is too expensive
fn test_create_keypair() {
let keypair0 = create_keypair(
EmailAddress::new("foo@bar.de").unwrap(),