Skip to content

Commit

Permalink
Merge pull request #2187 from AntelopeIO/reenable-producer_schedule_i…
Browse files Browse the repository at this point in the history
…f_test

IF: Reenable verify_producer_schedule_after_instant_finality_activation
  • Loading branch information
linh2931 authored Feb 2, 2024
2 parents 4f6460e + 6dc3dad commit 1e686a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unittests/producer_schedule_if_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ inline account_name get_expected_producer(const vector<producer_authority>& sche

} // anonymous namespace

#warning TODO Enable test, currently SEGFAULTing https://github.com/AntelopeIO/leap/issues/2175
#if 0

BOOST_FIXTURE_TEST_CASE( verify_producer_schedule_after_instant_finality_activation, validating_tester ) try {

// Utility function to ensure that producer schedule work as expected
Expand Down Expand Up @@ -349,7 +346,6 @@ BOOST_FIXTURE_TEST_CASE( producer_m_of_n_test, validating_tester ) try {
} FC_LOG_AND_RETHROW()
**/
#endif

BOOST_FIXTURE_TEST_CASE( tmp_placeholder, validating_tester ) try {
// avoid: Test setup error: no test cases matching filter or all test cases were disabled
Expand Down

0 comments on commit 1e686a6

Please sign in to comment.