Reattributing disabled tests to a more relevant bug

Bug: 143488140
Change-Id: I8af35c66293517a3ba7cae583e5c3bff883865d7
This commit is contained in:
vadimt
2019-11-08 14:50:57 -08:00
parent 238343a65b
commit 3435f69d1a
@@ -133,7 +133,7 @@ public class FallbackRecentsTest {
@NavigationModeSwitch
@Test
public void goToOverviewFromHome() {
// b/142828227
// b/143488140
if (android.os.Build.MODEL.contains("Cuttlefish") && TestHelpers.isInLauncherProcess() &&
(RUN_FLAFOR & (PLATFORM_PRESUBMIT | UNBUNDLED_PRESUBMIT)) != 0) {
return;
@@ -148,7 +148,7 @@ public class FallbackRecentsTest {
@NavigationModeSwitch
@Test
public void goToOverviewFromApp() {
// b/142828227
// b/143488140
if (android.os.Build.MODEL.contains("Cuttlefish") && TestHelpers.isInLauncherProcess() &&
(RUN_FLAFOR & (PLATFORM_PRESUBMIT | UNBUNDLED_PRESUBMIT)) != 0) {
return;
@@ -187,7 +187,7 @@ public class FallbackRecentsTest {
@NavigationModeSwitch
@Test
public void testOverview() {
// b/142828227
// b/143488140
if (android.os.Build.MODEL.contains("Cuttlefish") && TestHelpers.isInLauncherProcess() &&
(RUN_FLAFOR & (PLATFORM_PRESUBMIT | UNBUNDLED_PRESUBMIT)) != 0) {
return;