CameraITS: gate tests that need per frame control

Bug: 17994909

Change-Id: Ibbc68d0809d4597c88cc62b1862ba7912afb4dce
diff --git a/apps/CameraITS/tests/scene1/test_yuv_plus_raw.py b/apps/CameraITS/tests/scene1/test_yuv_plus_raw.py
index ab8f773..eb01c1a 100644
--- a/apps/CameraITS/tests/scene1/test_yuv_plus_raw.py
+++ b/apps/CameraITS/tests/scene1/test_yuv_plus_raw.py
@@ -30,7 +30,8 @@
     with its.device.ItsSession() as cam:
         props = cam.get_camera_properties()
         its.caps.skip_unless(its.caps.compute_target_exposure(props) and
-            its.caps.raw16(props))
+                             its.caps.raw16(props) and
+                             its.caps.per_frame_control(props))
 
         # Use a manual request with a linear tonemap so that the YUV and RAW
         # should look the same (once converted by the its.image module).