Skip to content

Commit 7cf9e59

Browse files
committed
Skip the object detection fps test on D585S
1 parent 5818538 commit 7cf9e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit-tests/live/frames/pytest-fps-single-stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_object_detection_fps(test_device):
113113
dev, ctx = test_device
114114
camera_name = dev.get_info(rs.camera_info.name)
115115

116-
if not any(model in camera_name for model in ["D555", "D585"]):
116+
if "D585S" in camera_name or not any(model in camera_name for model in ["D555", "D585"]):
117117
pytest.skip(f"Object detection is not expected on {camera_name}")
118118

119119
ps = dev.first_perception_sensor()

0 commit comments

Comments
 (0)