Skip to content

Commit

Permalink
PR #12165 from Nir-Az: Cherry pick #11892 - Ignore ae mode in drops o…
Browse files Browse the repository at this point in the history
…n set test
  • Loading branch information
Nir-Az authored Sep 5, 2023
2 parents f9f1f14 + 845f476 commit 407a02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit-tests/live/options/test-drops-on-set.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ def check_color_frame_drops(frame):
# visual_preset --> frame drops are expected during visual_preset change
# inter_cam_sync_mode --> frame drops are expected during inter_cam_sync_mode change
# emitter_frequency --> Not allowed to be set during streaming
# auto_exposure_mode --> Not allowed to be set during streaming
if product_line == "D400":
options_to_ignore = [rs.option.visual_preset, rs.option.inter_cam_sync_mode, rs.option.emitter_frequency]
options_to_ignore = [rs.option.visual_preset, rs.option.inter_cam_sync_mode, rs.option.emitter_frequency, rs.option.auto_exposure_mode]

def test_option_changes(sensor):
global options_to_ignore
Expand Down

0 comments on commit 407a02a

Please sign in to comment.