Skip to content

Commit

Permalink
Move comment to correct spot
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz committed Oct 14, 2022
1 parent a0e2392 commit 5a0f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ if(BUILD_TESTING)
get_filename_component(_test_dir ${_test_path} DIRECTORY)
get_filename_component(_test_dir ${_test_dir} NAME)
if(_test_dir STREQUAL "benchmark")
# Skip benchmark tests by default
set(_SKIP_TEST "SKIP_TEST")
else()
set(_SKIP_TEST "")
Expand All @@ -220,7 +221,6 @@ if(BUILD_TESTING)
TIMEOUT 120
WERROR ON
)
# Skip benchmark tests by default
endforeach()
endif()
endif()
Expand Down

0 comments on commit 5a0f651

Please sign in to comment.