diff options
| author | 2023-09-18 19:26:15 +0000 | |
|---|---|---|
| committer | 2023-09-19 00:18:36 +0000 | |
| commit | 33552e758b5335ad54a0da3b7ca1b4b35c1a817b (patch) | |
| tree | ba22bd69cf6f3e184051148cbcd229dc012ba260 | |
| parent | f619577c5de35306644e70c8d737021fe53fadaf (diff) | |
Disable `DeviceConfigTest.syncDisabling` to unblock.
Bug: 299086017
Change-Id: I73e40cec47cbb5cb38ef8b9c40045fa9687d3779
Test: atest
| -rw-r--r-- | core/tests/coretests/src/android/provider/DeviceConfigTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/tests/coretests/src/android/provider/DeviceConfigTest.java b/core/tests/coretests/src/android/provider/DeviceConfigTest.java index 0e1a6b7e7daa..7c4136d62b8f 100644 --- a/core/tests/coretests/src/android/provider/DeviceConfigTest.java +++ b/core/tests/coretests/src/android/provider/DeviceConfigTest.java @@ -35,6 +35,7 @@ import androidx.test.runner.AndroidJUnit4; import org.junit.After; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -881,6 +882,7 @@ public class DeviceConfigTest { } @Test + @Ignore("b/300174188") public void syncDisabling() throws Exception { Properties properties1 = new Properties.Builder(NAMESPACE) .setString(KEY, VALUE) |