Skip to content

Commit

Permalink
Disable Fast-RTPS security tests until they work on Focal.
Browse files Browse the repository at this point in the history
eProsima/Fast-DDS#1087 is the
issue that needs to be resolved.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed Apr 9, 2020
1 parent ce0a94d commit 517d2da
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test_security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,12 @@ if(BUILD_TESTING)
# TODO(mikaelarguedas) only Connext and FastRTPS support DDS-Security for now
if(
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"
rmw_implementation STREQUAL "rmw_connext_dynamic_cpp"
# TODO(clalancette): As of 2020-04-09, Fast-RTPS doesn't support OpenSSL 1.1.1d on Ubuntu
# Focal. Disable the security tests until https://github.com/eProsima/Fast-RTPS/issues/1087
# is resolved.
# rmw_implementation STREQUAL "rmw_fastrtps_cpp" OR
# rmw_implementation STREQUAL "rmw_fastrtps_dynamic_cpp"
)
custom_security_test_c(test_security_nodes_c
"test/test_invalid_secure_node_creation_c.cpp")
Expand Down

0 comments on commit 517d2da

Please sign in to comment.