File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
253253add_executable (helpers_tests test_helpers.cpp)
254254target_link_libraries (helpers_tests PRIVATE ur_client_library::urcl GTest::gtest_main)
255255gtest_add_tests(TARGET helpers_tests
256- )
256+ )
You can’t perform that action at this time.
0 commit comments