Loading services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ import com.google.common.util.concurrent.SettableFuture; import com.google.protobuf.InvalidProtocolBufferException; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -2478,6 +2479,8 @@ public class ZenModeHelperTest extends UiServiceTestCase { } @Test @Ignore("TODO: b/398023814 - disabled due to taking a long time; restore when we have a " + "better approach to not timing out") public void testAddAutomaticZenRule_claimedSystemOwner() { // Make sure anything that claims to have a "system" owner but not actually part of the // system package still gets limited on number of rules Loading Loading
services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ import com.google.common.util.concurrent.SettableFuture; import com.google.protobuf.InvalidProtocolBufferException; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -2478,6 +2479,8 @@ public class ZenModeHelperTest extends UiServiceTestCase { } @Test @Ignore("TODO: b/398023814 - disabled due to taking a long time; restore when we have a " + "better approach to not timing out") public void testAddAutomaticZenRule_claimedSystemOwner() { // Make sure anything that claims to have a "system" owner but not actually part of the // system package still gets limited on number of rules Loading