Skip to content

Commit 60ba093

Browse files
Revert "Disable Connext security tests on Windows (#433)"
This reverts commit bcebc32. Signed-off-by: Mikael Arguedas <[email protected]>
1 parent 3080805 commit 60ba093

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test_security/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,9 @@ if(BUILD_TESTING)
269269
endif()
270270

271271
# TODO(mikaelarguedas) only Connext and FastRTPS support DDS-Security for now
272-
# TODO(jacobperron) Disable Connext on Windows until we fix issue with CI
273272
if(
274-
(rmw_implementation STREQUAL "rmw_connext_cpp" AND NOT WIN32) OR
275-
(rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" AND NOT WIN32) OR
273+
rmw_implementation STREQUAL "rmw_connext_cpp" OR
274+
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp" OR
276275
rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
277276
rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
278277
)

0 commit comments

Comments
 (0)