summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/camera/src/android/hardware/camera2/cts/CaptureRequestTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/camera/src/android/hardware/camera2/cts/CaptureRequestTest.java b/tests/camera/src/android/hardware/camera2/cts/CaptureRequestTest.java
index fd288ea68a5..4da9aa7af72 100644
--- a/tests/camera/src/android/hardware/camera2/cts/CaptureRequestTest.java
+++ b/tests/camera/src/android/hardware/camera2/cts/CaptureRequestTest.java
@@ -44,6 +44,7 @@ import android.hardware.cts.helpers.CameraUtils;
import android.media.Image;
import android.os.Build;
import android.os.Parcel;
+import android.platform.test.annotations.AppModeFull;
import android.util.ArraySet;
import android.util.Log;
import android.util.Pair;
@@ -862,6 +863,7 @@ public class CaptureRequestTest extends Camera2SurfaceViewTestCase {
* Camera API requires that camera timestamps monotonically increase.
*/
@Test
+ @AppModeFull(reason = "PropertyUtil methods don't work for instant apps")
public void testZoomTimestampIncrease() throws Exception {
if (PropertyUtil.getVendorApiLevel() <= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
// Only run test for Vendor API level V or higher