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

Commit 1bf14427 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: 1472259f

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

Change-Id: I79a140b36b259d38136b4a96d1d5c1d76e4f8c07
parents 8b767145 1472259f
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;