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

Commit facc9d2c authored by Jack Yu's avatar Jack Yu
Browse files

Disabled the tests

Will re-enable after fixing the negative time issue

Test: LinkAddressTest

Bug: 148257086
Merged-In: Ia6ce0608a2ce95be980e4f9ea62315076c4453be
Change-Id: Ia6ce0608a2ce95be980e4f9ea62315076c4453be
(cherry picked from commit f268d73d)
parent 6e0fb17f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ public class LinkAddressTest {
        assertParcelSane(l, 6);
    }

    /*
    @Test
    public void testDeprecationTime() {
        try {
@@ -392,7 +393,7 @@ public class LinkAddressTest {
                SystemClock.elapsedRealtime() + 100000);
        // Check if the permanent flag is removed
        assertTrue((l.getFlags() & IFA_F_PERMANENT) == 0);
    }
    }*/


    private void assertGlobalPreferred(LinkAddress l, String msg) {