Skip to content
Snippets Groups Projects
Commit ead43eec authored by Gav Wood's avatar Gav Wood
Browse files

Merge pull request #694 from ethcore/heaviaze-key-tests

mark some key tests as heavy
parents 70624f81 0f21779e
Branches
Tags
No related merge requests found
......@@ -161,6 +161,7 @@ mod tests {
}
#[test]
#[cfg(feature="heavy-tests")]
fn can_decrypt_with_imported() {
use keys::store::EncryptedHashMap;
......
......@@ -369,6 +369,7 @@ mod vector_tests {
#[test]
#[cfg(feature="heavy-tests")]
fn mac_vector() {
let password = "testpassword";
let salt = H256::from_str("ae3cd4e7013836a3df6bd7241b12db061dbe2c6785853cce422d148a624ce0bd").unwrap();
......@@ -470,6 +471,7 @@ mod tests {
}
#[test]
#[cfg(feature="heavy-tests")]
fn can_get() {
let temp = RandomTempPath::create_dir();
let key_id = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment