Skip to content

Commit

Permalink
Make sure to disable a test_node test on RHEL. (#1124)
Browse files Browse the repository at this point in the history
This was previously disabled, but due to the recent
work to simplify the tests the name of the test slightly
changed.  Fix that here, which should make us start skipping
the test on RHEL again.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Nov 30, 2023
1 parent 13c0cbb commit 246fd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function(test_target)
if(
"${DISTRIBUTION}" STREQUAL "\"centos\"" OR
"${DISTRIBUTION}" STREQUAL "\"almalinux\"")
set(gtest_filter_env_var "GTEST_FILTER=-TestNodeFixture__*.test_rcl_node_init_with_internal_errors")
set(gtest_filter_env_var "GTEST_FILTER=-TestNodeFixture.test_rcl_node_init_with_internal_errors")
else()
set(gtest_filter_env_var "")
endif()
Expand Down

0 comments on commit 246fd1d

Please sign in to comment.