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

Commit 4ecfe37a 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: I7d171da83b86fa2a4af0d997df824b220f564d4d
parents 4ab68fe2 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;