Skip to content

Commit

Permalink
add donotrun if it is not jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
noacoohen committed May 29, 2024
1 parent 59bb9f5 commit 78c9247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit-tests/live/d400/test-mipi-motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()

0 comments on commit 78c9247

Please sign in to comment.