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

Commit 8675d85d authored by Matt Casey's avatar Matt Casey
Browse files

Ignore ScrollCaptureFrameworkSmokeTest until bug fixed

Bug: 189958075
Test: presubmit
Change-Id: I63125756c1fbcdc46d4efd3aa1933b37eb3c4904
parent 79f5d3f4
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;