ignore key_server_cluster randomly failing tests (#9639)
* ignore key_server_cluster randomly failing tests, related to #9635 * added explanation comment to test #[ignore]
This commit is contained in:
parent
375ecd4ada
commit
7f9a9e2e82
@ -1431,7 +1431,11 @@ pub mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// test ignored because of
|
||||||
|
//
|
||||||
|
// https://github.com/paritytech/parity-ethereum/issues/9635
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn schnorr_signing_session_completes_if_node_does_not_have_a_share() {
|
fn schnorr_signing_session_completes_if_node_does_not_have_a_share() {
|
||||||
//::logger::init_log();
|
//::logger::init_log();
|
||||||
let mut core = Core::new().unwrap();
|
let mut core = Core::new().unwrap();
|
||||||
@ -1480,7 +1484,11 @@ pub mod tests {
|
|||||||
session1.wait().unwrap_err();
|
session1.wait().unwrap_err();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// test ignored because of
|
||||||
|
//
|
||||||
|
// https://github.com/paritytech/parity-ethereum/issues/9635
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn ecdsa_signing_session_completes_if_node_does_not_have_a_share() {
|
fn ecdsa_signing_session_completes_if_node_does_not_have_a_share() {
|
||||||
//::logger::init_log();
|
//::logger::init_log();
|
||||||
let mut core = Core::new().unwrap();
|
let mut core = Core::new().unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user