Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IF: Reenable verify_producer_schedule_after_instant_finality_activation #2187

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading