summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Rachel Lee <rnlee@google.com> 2024-03-14 18:44:06 -0700
committer Rachel Lee <rnlee@google.com> 2024-03-19 12:53:35 -0700
commit8c764c5673d94b90881d8f2b38ece8a54bd47782 (patch)
tree147636cd675e86e9e13f7b88348167860a08c4e1
parent7d9e3773e441d73f8c618358d8bcd33f71291783 (diff)
Disable/ignore CtsSurfaceControlTestsStaging
The tests currently does not test useful behavior. Disable for now. Bug: 330224639 Bug: 330376055 Test: atest CtsSurfaceControlTestsStaging Change-Id: I673b15a00aee439587f2c34d3215d64c956214d9
-rw-r--r--tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/SurfaceControlTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/SurfaceControlTest.java b/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/SurfaceControlTest.java
index caaee634c57a..4d4827676c74 100644
--- a/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/SurfaceControlTest.java
+++ b/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/SurfaceControlTest.java
@@ -30,10 +30,12 @@ import com.android.compatibility.common.util.DisplayUtil;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
+@Ignore // b/330376055: Write tests for functionality for both dVRR and MRR devices.
@RunWith(AndroidJUnit4.class)
public class SurfaceControlTest {
private static final String TAG = "SurfaceControlTest";