From a55345ab6d9dc27749256eb4d9eb7c51ff6b370c Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Wed, 31 Jul 2024 15:20:57 +0200 Subject: [PATCH] workaround #448: missed one --- .../t_ec_shortw_jac_g1_add_double.nim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/math_elliptic_curves/t_ec_shortw_jac_g1_add_double.nim b/tests/math_elliptic_curves/t_ec_shortw_jac_g1_add_double.nim index 0ac6c7ea..bca1c0c2 100644 --- a/tests/math_elliptic_curves/t_ec_shortw_jac_g1_add_double.nim +++ b/tests/math_elliptic_curves/t_ec_shortw_jac_g1_add_double.nim @@ -22,11 +22,11 @@ run_EC_addition_tests( moduleName = "test_ec_shortweierstrass_jacobian_g1_add_double_" & $BN254_Snarks ) -run_EC_addition_tests( - ec = EC_ShortW_Jac[Fp[Secp256k1], G1], - Iters = Iters, - moduleName = "test_ec_shortweierstrass_jacobian_g1_add_double_" & $Secp256k1 - ) +# run_EC_addition_tests( +# ec = EC_ShortW_Jac[Fp[Secp256k1], G1], +# Iters = Iters, +# moduleName = "test_ec_shortweierstrass_jacobian_g1_add_double_" & $Secp256k1 +# ) run_EC_addition_tests( ec = EC_ShortW_Jac[Fp[BLS12_381], G1],