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

Commit 899aaeee authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Skip testNoFdLeaks in IpClientRootTest am: 0dc6d221

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1532941

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If7325f26bc3c814e24ad2d1608dba3583ea8ccd1
parents 253dc29f 0dc6d221
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2666,7 +2666,7 @@ public abstract class IpClientIntegrationTestCommon {
        mIpc = makeIpClient();
    }

    @Test
    @Test @SignatureRequiredTest(reason = "Only counts FDs from the current process. TODO: fix")
    public void testNoFdLeaks() throws Exception {
        // Shut down and restart IpClient once to ensure that any fds that are opened the first
        // time it runs do not cause the test to fail.