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],