From 78c9247a86b6f7aad151f5c73f4aa4ffe1670297 Mon Sep 17 00:00:00 2001 From: noacoohen Date: Wed, 29 May 2024 15:06:13 +0300 Subject: [PATCH] add donotrun if it is not jetson --- unit-tests/live/d400/test-mipi-motion.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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