diff options
| author | 2025-03-03 09:48:02 -0800 | |
|---|---|---|
| committer | 2025-03-03 09:48:02 -0800 | |
| commit | 9e19943299a0879edd6720b04da47327a9aa0e68 (patch) | |
| tree | 62aa8b108c5a7a7ee6ef8b6f4048f18351998965 | |
| parent | 862941b06fa00c271ad61acc47aa56dbb7abcaa6 (diff) | |
| parent | 5009d8e2868cbe3ebbb811cba17af86c2be420a8 (diff) | |
Merge "Temporarily ignore testAddAutomaticZenRule_claimedSystemOwner." into main
| -rw-r--r-- | services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java b/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java index 51891ef71bbd..5377102e5a13 100644 --- a/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java +++ b/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java @@ -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; @@ -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 |