summaryrefslogtreecommitdiffstats
path: root/quickstep/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-01 14:54:28 -0700
committervadimt <vadimt@google.com>2019-05-01 14:54:28 -0700
commit50af77bc4646c35dfd24e3d2d77eef0e7bcd664c (patch)
tree9efe43c2bb8370c20d15faccdd100842c9a53a4a /quickstep/tests
parentdffb214d0f8769cb8c8fbeda91e7ad6b1c4f2f15 (diff)
downloadandroid_packages_apps_Trebuchet-50af77bc4646c35dfd24e3d2d77eef0e7bcd664c.tar.gz
android_packages_apps_Trebuchet-50af77bc4646c35dfd24e3d2d77eef0e7bcd664c.tar.bz2
android_packages_apps_Trebuchet-50af77bc4646c35dfd24e3d2d77eef0e7bcd664c.zip
Reenabling prediction tests
Bug: 131188880 Change-Id: Ie06a39a206a84cdf9384560c0d8498e51af957e5
Diffstat (limited to 'quickstep/tests')
-rw-r--r--quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
index e6dbf875c..644031930 100644
--- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
+++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
@@ -27,6 +27,9 @@ import android.content.pm.LauncherActivityInfo;
import android.os.Process;
import android.view.View;
+import androidx.test.filters.LargeTest;
+import androidx.test.runner.AndroidJUnit4;
+
import com.android.launcher3.BubbleTextView;
import com.android.launcher3.Launcher;
import com.android.launcher3.appprediction.PredictionRowView;
@@ -37,16 +40,12 @@ 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;
import java.util.ArrayList;
import java.util.List;
-import androidx.test.filters.LargeTest;
-import androidx.test.runner.AndroidJUnit4;
-
@LargeTest
@RunWith(AndroidJUnit4.class)
public class AppPredictionsUITests extends AbstractQuickStepTest {
@@ -85,7 +84,6 @@ 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();
@@ -101,7 +99,6 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
* Test that prediction update is deferred if it is already visible
*/
@Test
- @Ignore // b/131188880
public void testPredictionsDeferredUntilHome() {
mActivityMonitor.startLauncher();
sendPredictionUpdate(mSampleApp1, mSampleApp2);