Skip to content

Commit

Permalink
exclude GetTopics if registration layer is not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 7, 2024
1 parent 5d2e41e commit fe8dae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pubsub_test/src/pubsub_gettopics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#define CMN_REGISTRATION_REFRESH 1000
#define CMN_MONITORING_TIMEOUT 5000

#if ECAL_CORE_REGISTRATION // the registration provider is currently updating the descgate, maybe we need to separate this update logic

TEST(PubSub, GetTopics)
{
// initialize eCAL API
Expand Down Expand Up @@ -138,3 +140,5 @@ TEST(PubSub, GetTopics)
// finalize eCAL API
eCAL::Finalize();
}

#endif // ECAL_CORE_REGISTRATION

0 comments on commit fe8dae7

Please sign in to comment.