Skip to content

Commit

Permalink
Revert "Disable Connext security tests on Windows (#433)"
Browse files Browse the repository at this point in the history
This reverts commit bcebc32.
  • Loading branch information
jacobperron committed Jun 25, 2020
1 parent 68a2f52 commit d466e15
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 d466e15

Please sign in to comment.