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

Commit 55e81cfc authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Disabled the tests"

parents f8d95b97 f268d73d
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) {