Skip to content

Commit

Permalink
GH-2033 Avoid: Test setup error: no test cases matching filter or all…
Browse files Browse the repository at this point in the history
… test cases were disabled
  • Loading branch information
heifner committed Jan 9, 2024
1 parent c399f57 commit 0755ae6
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 @@ -352,4 +352,9 @@ BOOST_FIXTURE_TEST_CASE( producer_m_of_n_test, validating_tester ) try {
} FC_LOG_AND_RETHROW()
**/

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

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 0755ae6

Please sign in to comment.