Disabling flaky test
am: c7fefa6151
Change-Id: I7f0b8e9cfdf32c73c4218ef4150992f165c74f6f
This commit is contained in:
@@ -40,6 +40,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;
|
||||
|
||||
@@ -116,6 +117,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testPredictionsDisabled() {
|
||||
mActivityMonitor.startLauncher();
|
||||
sendPredictionUpdate();
|
||||
|
||||
Reference in New Issue
Block a user