| commit | 8893098446770556d65ff2dacb026c372026b084 | [log] [tgz] |
|---|---|---|
| author | Pat Manning <patmanning@google.com> | Thu Oct 21 18:09:15 2021 +0100 |
| committer | Pat Manning <patmanning@google.com> | Thu Oct 21 18:09:15 2021 +0100 |
| tree | c33928a82648bbf93fbd8747c7013bc2046481f9 | |
| parent | 3c647ff30a068a9672afca52bf2e3dccc9aa9725 [diff] |
Ignore testOverviewForTablet until root cause of cuttlefish failure is found. Test: TaplTestQuickstep.java Bug: 203781041 Change-Id: Iffd7031f303822fe77c02052eb07499e8644243b
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 4895b10..710afe0 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -43,6 +43,7 @@ import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -288,6 +289,7 @@ @Test @PortraitLandscape + @Ignore("b/203781041") public void testOverviewForTablet() throws Exception { if (!mLauncher.isTablet()) { return;