Skip to content

Commit

Permalink
refactor(test): Simplify check_pubsub_subscribe_msgrcvtimeout.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Oct 3, 2023
1 parent 4ce689d commit d1f9f1e
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 499 deletions.
6 changes: 2 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,8 @@ if(UA_ENABLE_PUBSUB)
endif()
endif()

if (UA_ENABLE_PUBSUB_MONITORING)
if(NOT UA_ENABLE_PUBSUB_ENCRYPTION) #ToDO: Multiple Receive handling for PubsubEncryption
ua_add_test(pubsub/check_pubsub_subscribe_msgrcvtimeout.c)
endif()
if(UA_ENABLE_PUBSUB_MONITORING)
ua_add_test(pubsub/check_pubsub_subscribe_msgrcvtimeout.c)
endif()

if(UA_ENABLE_PUBSUB_ETH_UADP)
Expand Down
Loading

0 comments on commit d1f9f1e

Please sign in to comment.