Skip to content

Commit 495156d

Browse files
committed
Remove dashboard_client_x tests for now
1 parent e0990ca commit 495156d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ if (INTEGRATION_TESTS)
3737
gtest_add_tests(TARGET dashboard_client_g5_tests
3838
)
3939

40-
add_executable(dashboard_client_x_tests test_dashboard_client_x.cpp)
41-
target_link_libraries(dashboard_client_x_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
42-
gtest_add_tests(TARGET dashboard_client_x_tests
43-
)
40+
#add_executable(dashboard_client_x_tests test_dashboard_client_x.cpp)
41+
#target_link_libraries(dashboard_client_x_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
42+
#gtest_add_tests(TARGET dashboard_client_x_tests
43+
#)
4444

4545
# Spline tests
4646
add_executable(spline_tests_urcap test_spline_interpolation.cpp)
@@ -253,4 +253,4 @@ gtest_add_tests(TARGET control_mode_tests
253253
add_executable(helpers_tests test_helpers.cpp)
254254
target_link_libraries(helpers_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
255255
gtest_add_tests(TARGET helpers_tests
256-
)
256+
)

0 commit comments

Comments
 (0)