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

This commit is contained in:
Mark Renouf
2021-06-04 17:08:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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;