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:
Marek Kotewicz 2018-09-25 14:15:35 +01:00 committed by GitHub
parent 375ecd4ada
commit 7f9a9e2e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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();
@ -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();