Skip to content

Commit

Permalink
Revert "Disable Connext security tests on Windows (ros2#433)"
Browse files Browse the repository at this point in the history
This reverts commit bcebc32.
  • Loading branch information
mikaelarguedas committed Jun 27, 2020
1 parent c774837 commit 1d0dfa7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test_security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,9 @@ 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" AND NOT WIN32) OR
(rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32) OR
rmw_implementation STREQUAL "rmw_connext_cpp" OR
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
)
Expand Down

0 comments on commit 1d0dfa7

Please sign in to comment.