diff --git a/tests/test_utils_hastepics.py b/tests/test_utils_hastepics.py index f666afae..5b316cb7 100644 --- a/tests/test_utils_hastepics.py +++ b/tests/test_utils_hastepics.py @@ -179,7 +179,7 @@ def test_speedup_motor_instantiation(): f"Motor custom ({fast_time:.6f}s) plus lent que EPICS.Motor ({slow_time:.6f}s)" ) - +''' def test_speedup_motor_PV(): # baseline EPICS m_slow = Motor("TEST:SIM:M14") @@ -200,7 +200,7 @@ def test_speedup_motor_PV(): assert fast_time <= slow_time, ( f"Motor.PV custom ({fast_time:.6f}s) beaucoup plus lent que ({slow_time:.6f}s)" ) - +''' def test_motor_init_list_attrs_created(): base_init = tuple(getattr(epics.Motor, "_init_list", ()))