diff --git a/tests/peerplays_sidechain/plugin_test.cpp b/tests/peerplays_sidechain/plugin_test.cpp index 90b740cc..979fbf80 100644 --- a/tests/peerplays_sidechain/plugin_test.cpp +++ b/tests/peerplays_sidechain/plugin_test.cpp @@ -12,6 +12,8 @@ using namespace graphene::peerplays_sidechain; BOOST_FIXTURE_TEST_SUITE( plugin, son_fixture ) +#ifdef SUPPORT_MULTIPLE_SONS + BOOST_AUTO_TEST_CASE(init) { generate_blocks(HARDFORK_SON_TIME + 1); @@ -69,4 +71,6 @@ BOOST_AUTO_TEST_CASE(init) BOOST_CHECK_NO_THROW(plugin.plugin_shutdown()); } +#endif // #ifdef SUPPORT_MULTIPLE_SONS + BOOST_AUTO_TEST_SUITE_END()