From ae3482748fd297aa92c7ef5a53b14916a1e63e0d Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Thu, 21 Oct 2021 22:22:22 +0100 Subject: [PATCH] Ignore testOverviewForTablet until root cause of cuttlefish failure is found. Test: TaplTestQuickstep.java Bug: 203781041 Change-Id: I9b6f658ab8f55beafaf784d7a374e2780a591089 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 46a213e8f0..710afe00c2 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -43,6 +43,7 @@ import com.android.quickstep.views.RecentsView; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith;