diff options
| author | 2025-01-17 12:52:42 -0800 | |
|---|---|---|
| committer | 2025-01-17 12:52:42 -0800 | |
| commit | 57ef8d602b6ac2d4de306f9f2e3677f4ed4dfc9c (patch) | |
| tree | 3099cbf3c9c91e9a3b3746578f7ddf8e9c6d4582 | |
| parent | 51de64bced4253d9f8502d5cb18ea2afaa83ff71 (diff) | |
| parent | b46ece7e3972b8c9f733b7382649503efed8bee2 (diff) | |
Merge "Ignore unit test for feature that is not launched." into main
| -rw-r--r-- | services/tests/mockingservicestests/src/com/android/server/power/ScreenUndimDetectorTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/mockingservicestests/src/com/android/server/power/ScreenUndimDetectorTest.java b/services/tests/mockingservicestests/src/com/android/server/power/ScreenUndimDetectorTest.java index e8e1dacd6fcf..8ce05e2fa115 100644 --- a/services/tests/mockingservicestests/src/com/android/server/power/ScreenUndimDetectorTest.java +++ b/services/tests/mockingservicestests/src/com/android/server/power/ScreenUndimDetectorTest.java @@ -40,6 +40,7 @@ import com.android.modules.utils.testing.TestableDeviceConfig; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.ClassRule; import org.junit.Rule; import org.junit.Test; @@ -329,6 +330,7 @@ public class ScreenUndimDetectorTest { } } + @Ignore("b/387389929") @Test public void recordScreenPolicy_otherTransitions_doesNotReset() { DeviceConfig.setProperty(NAMESPACE_ATTENTION_MANAGER_SERVICE, |