Skip to content

Commit

Permalink
Merge pull request #1534 from AntelopeIO/GH-1533-deep-mind
Browse files Browse the repository at this point in the history
IF: Fix deep-mind tests
  • Loading branch information
heifner authored Aug 18, 2023
2 parents c778050 + 3b78eb9 commit 776e265
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 45 deletions.
4 changes: 3 additions & 1 deletion libraries/libfc/test/test_bls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ BOOST_AUTO_TEST_CASE(bls_sig_verif_hotstuff_types) try {

} FC_LOG_AND_RETHROW();

#warning test being worked under https://github.com/AntelopeIO/leap/issues/1531
/*
//test a aggregate signature from string
BOOST_AUTO_TEST_CASE(bls_sig_verif_string_multi) try {
Expand Down Expand Up @@ -144,7 +146,7 @@ BOOST_AUTO_TEST_CASE(bls_sig_verif_string_multi) try {
BOOST_CHECK_EQUAL(ok, true);
} FC_LOG_AND_RETHROW();

*/

//test serialization / deserialization of private key, public key and signature
BOOST_AUTO_TEST_CASE(bls_serialization_test) try {
Expand Down
Loading

0 comments on commit 776e265

Please sign in to comment.