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

Commit 1472259f authored by Mark Renouf's avatar Mark Renouf Committed by Android (Google) Code Review
Browse files

Merge "Ignore ScrollCaptureFrameworkSmokeTest until bug fixed" into sc-dev

parents cb3cf0b9 8675d85d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import androidx.test.platform.app.InstrumentationRegistry;

import com.android.systemui.SysuiTestCase;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -46,6 +47,7 @@ import java.util.concurrent.TimeUnit;
 */
@RunWith(AndroidTestingRunner.class)
@SmallTest
@Ignore
public class ScrollCaptureFrameworkSmokeTest extends SysuiTestCase {
    private static final String TAG = "ScrollCaptureFrameworkSmokeTest";
    private volatile ScrollCaptureResponse mResponse;