Skip to content

Commit 5a0f651

Browse files
committed
Move comment to correct spot
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent a0e2392 commit 5a0f651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rclpy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ if(BUILD_TESTING)
207207
get_filename_component(_test_dir ${_test_path} DIRECTORY)
208208
get_filename_component(_test_dir ${_test_dir} NAME)
209209
if(_test_dir STREQUAL "benchmark")
210+
# Skip benchmark tests by default
210211
set(_SKIP_TEST "SKIP_TEST")
211212
else()
212213
set(_SKIP_TEST "")
@@ -220,7 +221,6 @@ if(BUILD_TESTING)
220221
TIMEOUT 120
221222
WERROR ON
222223
)
223-
# Skip benchmark tests by default
224224
endforeach()
225225
endif()
226226
endif()

0 commit comments

Comments
 (0)