Skip to content

Commit

Permalink
chore: comment out multi-threaded executor tests (#472)
Browse files Browse the repository at this point in the history
Signed-off-by: atsushi421 <atsushi.yano.2@tier4.jp>
  • Loading branch information
atsushi421 authored Mar 5, 2025
1 parent ad08fce commit 002812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agnocastlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if(BUILD_TESTING)
# Integration tests
ament_add_gmock(test_integration_${PROJECT_NAME}
test/integration/test_agnocast_single_threaded_executor.cpp
test/integration/test_agnocast_multi_threaded_executor.cpp
# test/integration/test_agnocast_multi_threaded_executor.cpp
test/integration/src/ioctl_mock.cpp
test/integration/src/node_for_no_starvation_test.cpp)
target_include_directories(test_integration_${PROJECT_NAME} PRIVATE test/integration/include)
Expand Down

0 comments on commit 002812d

Please sign in to comment.