Skip to content

Commit

Permalink
GH-376 Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jul 20, 2024
1 parent 71a58a3 commit 7846f43
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions unittests/svnn_ibc_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,19 @@ std::string binary_to_hex(const std::string& bin) {
}
return bitset_to_input_string(bitset);
}
/* TODO update tests

auto finalizers_string = [](const finality_proof::ibc_block_data_t& bd) {
return bitset_to_input_string(bd.qc_data.qc.value().data.strong_votes.value());
auto active_finalizers_string = [](const finality_proof::ibc_block_data_t& bd) {
return bitset_to_input_string(bd.qc_data.qc.value().active_policy_sig.strong_votes.value());
};

auto pending_finalizers_string = [](const finality_proof::ibc_block_data_t& bd) {
return bitset_to_input_string(bd.qc_data.qc.value().pending_policy_sig.value().strong_votes.value());
};

BOOST_AUTO_TEST_SUITE(svnn_ibc)

BOOST_AUTO_TEST_CASE(TODO_temp) {}
/*
BOOST_AUTO_TEST_CASE(ibc_test) { try {
// cluster is set up with the head about to produce IF Genesis
Expand Down Expand Up @@ -654,6 +659,5 @@ BOOST_AUTO_TEST_SUITE(svnn_ibc)
);
} FC_LOG_AND_RETHROW() }
*/
BOOST_AUTO_TEST_SUITE_END()
*/

0 comments on commit 7846f43

Please sign in to comment.