Skip to content

Commit

Permalink
Update ecal/tests/cpp/pubsub_test/src/pubsub_test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Peguen and github-actions[bot] authored Jan 7, 2025
1 parent cec06bd commit de9d543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/tests/cpp/pubsub_test/src/pubsub_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ TEST(core_cpp_pubsub, DynamicCreate)

// ATM, this test does no longer make sense, as V6 subscribers / publishers do not have a destroy function
// maybe this test needs to be rewritten to test the same by using pointers.
TEST(core_cpp_pubsub, DISABLED_DestroyInCallback)
TEST(core_cpp_pubsub /*unused*/, DISABLED_DestroyInCallback /*unused*/)
{
/* Test setup :
* 2 pair of pub_sub connections ("foo" and "destroy")
Expand Down

0 comments on commit de9d543

Please sign in to comment.