Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57791e51 authored by Ted Bauer's avatar Ted Bauer
Browse files

Mark test as flaky to unblock presubmits.

Test: m
Bug: 299483542
Change-Id: If03fba214ca6536063a0e13eff3bbdba2067bfc2
parent 3cc0f825
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);