Skip to content

Commit

Permalink
temprary disable test.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Oct 12, 2022
1 parent b571770 commit 0c0b172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/system/st_pubsub_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ BOOST_AUTO_TEST_CASE( pub_qos0_sub_qos0 ) {
do_combi_test_sync(test);
}

#if 0

BOOST_AUTO_TEST_CASE( pub_qos1_sub_qos0 ) {
auto test = [](boost::asio::io_context& ioc, auto& cs, auto finish, auto& /*b*/) {
auto& c = cs[0];
Expand Down Expand Up @@ -3439,4 +3441,6 @@ BOOST_AUTO_TEST_CASE( pubrec_rel_comp_prop ) {
do_combi_test_sync(test);
}

#endif

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 0c0b172

Please sign in to comment.