Skip to content

Commit

Permalink
GH-1941 Comment out test until GH-1980 is worked
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Dec 15, 2023
1 parent e85b0bf commit 331ee19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unittests/producer_schedule_hs_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ inline account_name get_expected_producer(const vector<producer_authority>& sche
};

} // anonymous namespace
#if 0

[Enable test when https://github.com/AntelopeIO/leap/issues/1980 is worked

BOOST_FIXTURE_TEST_CASE( verify_producer_schedule_after_hotstuff_activation, validating_tester ) try {

Expand Down Expand Up @@ -107,6 +110,8 @@ BOOST_FIXTURE_TEST_CASE( verify_producer_schedule_after_hotstuff_activation, val

} FC_LOG_AND_RETHROW()

#endif

/** TODO: Enable tests after hotstuff LIB is working
BOOST_FIXTURE_TEST_CASE( producer_schedule_promotion_test, validating_tester ) try {
Expand Down

0 comments on commit 331ee19

Please sign in to comment.