Skip to content

Commit

Permalink
chore(crypto): Mark NIDKG transcript size test as #[ignore]
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jan 30, 2024
1 parent 699cba9 commit d35c2a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rs/crypto/tests/threshold_sigs_with_ni_dkg.rs
Expand Up @@ -707,7 +707,10 @@ mod non_interactive_distributed_key_generation {
}
}

// This test marked #[ignore] as it is quite expensive to run and
// it is not necessary to recheck the transcript sizes on every CI build.
#[test]
#[ignore]
fn should_have_expected_size_for_nidkg_transcript_serializations() {
fn protobuf_encoding_of_initial_dkg_transcript_record(
rng: &mut ReproducibleRng,
Expand Down

0 comments on commit d35c2a7

Please sign in to comment.