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

Commit

Permalink
ignore key_server_cluster randomly failing tests (#9639)
Browse files Browse the repository at this point in the history
* ignore key_server_cluster randomly failing tests, related to #9635

* added explanation comment to test #[ignore]
  • Loading branch information
debris authored Sep 25, 2018
1 parent 375ecd4 commit 7f9a9e2
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 7f9a9e2

Please sign in to comment.