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

Commit 4079a15a authored by Mark Renouf's avatar Mark Renouf Committed by Automerger Merge Worker
Browse files

Merge "Ignore ScrollCaptureFrameworkSmokeTest until bug fixed" into sc-dev am:...

Merge "Ignore ScrollCaptureFrameworkSmokeTest until bug fixed" into sc-dev am: 1472259f am: c5277f73

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14845108

Change-Id: I4ae0d371e555524a85c3b7ac81ae741eab1a8947
parents 8c8a386e c5277f73
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;