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

Commit 60cb4951 authored by Kenneth Ford's avatar Kenneth Ford Committed by Android (Google) Code Review
Browse files

Merge "Add flaky test annotation to DeviceStateManagerServiceTest#registerCallback"

parents ec8b8d2e 26128f29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ public final class DeviceStateManagerServiceTest {
        assertEquals(info.currentState, DEFAULT_DEVICE_STATE.getIdentifier());
    }

    @FlakyTest(bugId = 223153452)
    @Test
    public void registerCallback() throws RemoteException {
        TestDeviceStateManagerCallback callback = new TestDeviceStateManagerCallback();