summaryrefslogtreecommitdiffstats
path: root/quickstep/tests/src
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-26 14:10:01 -0700
committervadimt <vadimt@google.com>2019-04-26 14:12:29 -0700
commit1d2059031007e78054a244bbbbf6d618162c2baa (patch)
treec149a432d283d76b68be398e9a777646ae73f28e /quickstep/tests/src
parent6f09dd61afdb5eb78e316446cbe41ac2fd4d55a0 (diff)
downloadandroid_packages_apps_Trebuchet-1d2059031007e78054a244bbbbf6d618162c2baa.tar.gz
android_packages_apps_Trebuchet-1d2059031007e78054a244bbbbf6d618162c2baa.tar.bz2
android_packages_apps_Trebuchet-1d2059031007e78054a244bbbbf6d618162c2baa.zip
Disabling AppPredictionsUITests
Also I recommend not using TAPL here, but follow this: https://docs.google.com/presentation/d/1jyS_AIqevT22mk3SpfFS6paW98QLoJ_Fu7DgpXIgZ2g/edit#slide=id.g3f7630d0d8_0_9 https://docs.google.com/presentation/d/1jyS_AIqevT22mk3SpfFS6paW98QLoJ_Fu7DgpXIgZ2g/edit#slide=id.g435cf3d76d_1_113 Bug: 131188880 Change-Id: Ib01197acbe3ea68e27f121b1c6d8304bbff9696f
Diffstat (limited to 'quickstep/tests/src')
-rw-r--r--quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
index 43f603940..72de80bfa 100644
--- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
+++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
@@ -37,6 +37,7 @@ import com.android.launcher3.model.AppLaunchTracker;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -49,7 +50,6 @@ import androidx.test.runner.AndroidJUnit4;
@LargeTest
@RunWith(AndroidJUnit4.class)
public class AppPredictionsUITests extends AbstractQuickStepTest {
- private static final int DEFAULT_APP_LAUNCH_TIMES = 3;
private static final String TAG = "AppPredictionsUITests";
private LauncherActivityInfo mSampleApp1;
@@ -86,6 +86,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
* Test that prediction UI is updated as soon as we get predictions from the system
*/
@Test
+ @Ignore // b/131188880
public void testPredictionExistsInAllApps() {
mActivityMonitor.startLauncher();
mLauncher.pressHome().switchToAllApps();
@@ -106,6 +107,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
* Test tat prediction update is deferred if it is already visible
*/
@Test
+ @Ignore // b/131188880
public void testPredictionsDeferredUntilHome() {
mActivityMonitor.startLauncher();
sendPredictionUpdate(mSampleApp1, mSampleApp2);