Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c764c56 authored by Rachel Lee's avatar Rachel Lee
Browse files

Disable/ignore CtsSurfaceControlTestsStaging

The tests currently does not test useful behavior. Disable for now.

Bug: 330224639
Bug: 330376055
Test: atest CtsSurfaceControlTestsStaging
Change-Id: I673b15a00aee439587f2c34d3215d64c956214d9
parent 7d9e3773
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";