From a079fe8a1019d34310f0352c694e3686e262a330 Mon Sep 17 00:00:00 2001 From: Fan Wu Date: Wed, 17 Jan 2024 16:32:55 +0800 Subject: [PATCH] Ignore two failing tests Bug: 313578776 Test: atest Change-Id: I808fbb961dccc9e26c3c4fd4acecbe603584850f --- .../android/settings/applications/InstalledAppCounterTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/robotests/src/com/android/settings/applications/InstalledAppCounterTest.java b/tests/robotests/src/com/android/settings/applications/InstalledAppCounterTest.java index 85d1b78073e..1d76806f873 100644 --- a/tests/robotests/src/com/android/settings/applications/InstalledAppCounterTest.java +++ b/tests/robotests/src/com/android/settings/applications/InstalledAppCounterTest.java @@ -43,6 +43,7 @@ import android.os.UserHandle; import android.os.UserManager; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentMatcher; @@ -189,11 +190,13 @@ public final class InstalledAppCounterTest { mPackageManager, mApp6)).isFalse(); } + @Ignore("b/313578776") @Test public void testCountInstalledAppsAcrossAllUsersSync() { testCountInstalledAppsAcrossAllUsers(false /* async */); } + @Ignore("b/313578776") @Test public void testCountInstalledAppsAcrossAllUsersAsync() { testCountInstalledAppsAcrossAllUsers(true /* async */);