Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test_security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,10 @@ if(BUILD_TESTING)
endif()

# TODO(mikaelarguedas) only Connext and FastRTPS support DDS-Security for now
# TODO(jacobperron) Disable Connext on Windows until we fix issue with CI
if(
rmw_implementation STREQUAL "rmw_connext_cpp" OR
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
rmw_implementation STREQUAL "rmw_connext_cpp" AND NOT WIN32 OR
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32 OR
Comment thread
jacobperron marked this conversation as resolved.
Outdated
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
)
Expand Down