Skip to content

Commit 1484bbc

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "ITS: remove MPC check for front facing camera" into android14-tests-dev
2 parents 1ab2163 + eb3ccef commit 1484bbc

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)