Skip to content

Commit

Permalink
crypto EI 1.4 tests ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Aug 30, 2024
1 parent e2daf81 commit d31ffa7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ fn crypto_verify_bls_go() {
}

#[test]
#[ignore = "requires EI 1.4 in mx-scenario-go"]
fn crypto_verify_bls_share_go() {
world().run("scenarios/crypto_verify_bls_share.scen.json");
}

#[test]
#[ignore = "requires EI 1.4 in mx-scenario-go"]
fn crypto_verify_bls_aggregated_go() {
world().run("scenarios/crypto_verify_bls_aggregated_signature.scen.json");
}
Expand All @@ -105,6 +107,7 @@ fn crypto_verify_secp_256_k_1_go() {
}

#[test]
#[ignore = "requires EI 1.4 in mx-scenario-go"]
fn crypto_verify_secp_256_r_1_go() {
world().run("scenarios/crypto_verify_secp256r1.scen.json");
}
Expand Down

0 comments on commit d31ffa7

Please sign in to comment.