diff --git a/unit-tests/live/d400/test-mipi-motion.py b/unit-tests/live/d400/test-mipi-motion.py index 8df9e04381..6c9028d522 100644 --- a/unit-tests/live/d400/test-mipi-motion.py +++ b/unit-tests/live/d400/test-mipi-motion.py @@ -2,6 +2,7 @@ # Copyright(c) 2024 Intel Corporation. All Rights Reserved. # test:device:jetson D457 +# test:donotrun:!jetson import pyrealsense2 as rs from rspy import test @@ -33,5 +34,5 @@ def frame_callback( f ): sensor.close() test.check(gyro_frame_count > 0) test.check(accel_frame_count > 0) - + test.print_results_and_exit() \ No newline at end of file