Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

ignore key_server_cluster randomly failing tests #9639

Merged
merged 3 commits into from
Sep 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions secret_store/src/key_server_cluster/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,11 @@ pub mod tests {
}
}

// test ignored because of
//
// https://github.com/paritytech/parity-ethereum/issues/9635
#[test]
#[ignore]
fn schnorr_signing_session_completes_if_node_does_not_have_a_share() {
//::logger::init_log();
let mut core = Core::new().unwrap();
Expand Down Expand Up @@ -1480,7 +1484,11 @@ pub mod tests {
session1.wait().unwrap_err();
}

// test ignored because of
//
// https://github.com/paritytech/parity-ethereum/issues/9635
#[test]
#[ignore]
fn ecdsa_signing_session_completes_if_node_does_not_have_a_share() {
//::logger::init_log();
let mut core = Core::new().unwrap();
Expand Down