diff --git a/ur_robot_driver/test/integration_test_controller_switch.py b/ur_robot_driver/test/integration_test_controller_switch.py index 9e66c510b..7365607db 100644 --- a/ur_robot_driver/test/integration_test_controller_switch.py +++ b/ur_robot_driver/test/integration_test_controller_switch.py @@ -203,14 +203,16 @@ def test_activating_controller_with_running_position_controller_fails(self): ], ).ok ) - self.assertFalse( - self._controller_manager_interface.switch_controller( - strictness=SwitchController.Request.STRICT, - activate_controllers=[ - "forward_position_controller", - ], - ).ok - ) + # This got removed on 2025-10-29 due to a change in ros2_control + # See https://github.com/ros-controls/ros2_control/issues/2758 for details + # self.assertFalse( + # self._controller_manager_interface.switch_controller( + # strictness=SwitchController.Request.STRICT, + # activate_controllers=[ + # "forward_position_controller", + # ], + # ).ok + # ) self.assertFalse( self._controller_manager_interface.switch_controller( strictness=SwitchController.Request.STRICT,