diff options
| author | 2023-10-19 19:24:15 +0000 | |
|---|---|---|
| committer | 2023-10-19 19:25:14 +0000 | |
| commit | 57791e51edd7ae13c08c6e6c43a62f5881085dca (patch) | |
| tree | 35c43654a59f1eece55a0095f4afb2bdda8521ea | |
| parent | 3cc0f825fe8c99dcc6a9e42f9dcd75923cf41bb9 (diff) | |
Mark test as flaky to unblock presubmits.
Test: m
Bug: 299483542
Change-Id: If03fba214ca6536063a0e13eff3bbdba2067bfc2
| -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 5b3be58ae0de..14ecfc590a64 100644 --- a/core/tests/coretests/src/android/provider/DeviceConfigTest.java +++ b/core/tests/coretests/src/android/provider/DeviceConfigTest.java @@ -28,6 +28,7 @@ import android.os.Bundle; import android.platform.test.annotations.Presubmit; import androidx.test.InstrumentationRegistry; +import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import androidx.test.runner.AndroidJUnit4; @@ -734,6 +735,7 @@ public class DeviceConfigTest { } @Test + @FlakyTest(bugId = 299483542) public void onPropertiesChangedListener_setPropertiesCallback() { final CountDownLatch countDownLatch = new CountDownLatch(1); DeviceConfig.setProperty(NAMESPACE, KEY, VALUE, false); |