Skip to content

Commit aa11b9b

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "ITS: remove MPC check for front facing camera" into android14-tests-dev am: 1484bbc am: bfdf1a4 am: f28c125
Original change: https://android-review.googlesource.com/c/platform/cts/+/2838462 Change-Id: I51f066cf7165c505046f49fd19728a6a64dc3547 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents dbe4f66 + f28c125 commit aa11b9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/CameraITS/tests/scene4/test_multi_camera_alignment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ def test_multi_camera_alignment(self):
388388
if (media_performance_class >= _TEST_REQUIRED_MPC and
389389
not should_run and
390390
cam.is_primary_camera() and
391-
has_multiple_same_facing_cameras):
391+
has_multiple_same_facing_cameras and
392+
props['android.lens.facing'] == _LENS_FACING_BACK):
392393
logging.error('Found multiple camera IDs %s facing in the same '
393394
'direction as primary camera %s.',
394395
cameras_facing_same_direction, self.camera_id)

0 commit comments

Comments
 (0)