SKALE-2599 edit tests

parent 9310961c
......@@ -998,6 +998,7 @@ TEST_CASE_METHOD(TestFixture, "AES_DKG test", "[aes-dkg]") {
shared_ptr <BLSSignature> commonSig = sigShareSet.merge();
BLSPublicKey common_public(make_shared < map < size_t, shared_ptr < BLSPublicKeyShare >> > (coeffs_pkeys_map), t,
n);
libff::inhibit_profiling_info = true;
REQUIRE(common_public.VerifySigWithHelper(hash_arr, commonSig, t, n));
......
......@@ -51,7 +51,7 @@ testList = [ "[cert-sign]",
"[dkg-bls]",
"[dkg-poly-exists]",
"[dkg-pub-shares]",
# "[many-threads-crypto]",
"[many-threads-crypto]",
"[aes-encrypt-decrypt]",
"[aes-dkg]"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment