CameraITS: gate tests that need per frame control
Bug: 17994909
Change-Id: Ibbc68d0809d4597c88cc62b1862ba7912afb4dce
diff --git a/apps/CameraITS/tests/scene1/test_latching.py b/apps/CameraITS/tests/scene1/test_latching.py
index e798151..3bc4356 100644
--- a/apps/CameraITS/tests/scene1/test_latching.py
+++ b/apps/CameraITS/tests/scene1/test_latching.py
@@ -33,7 +33,8 @@
with its.device.ItsSession() as cam:
props = cam.get_camera_properties()
- its.caps.skip_unless(its.caps.full(props))
+ its.caps.skip_unless(its.caps.full(props) and
+ its.caps.per_frame_control(props))
_,fmt = its.objects.get_fastest_manual_capture_settings(props)
e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]