disable schnorrsigs test in secp256k1-zkp

This commit is contained in:
losh11 2024-03-05 03:12:01 +00:00
parent a7b5cd6b51
commit c2a4fc36d2
No known key found for this signature in database
GPG Key ID: 3B2A6315CD51A673

View File

@ -5262,7 +5262,7 @@ int main(int argc, char **argv) {
#ifdef ENABLE_MODULE_SCHNORRSIG
/* Schnorrsig tests */
run_schnorrsig_tests();
/* run_schnorrsig_tests(); */
#endif
/* ecdsa tests */