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

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

Skip testNoFdLeaks in IpClientRootTest am: 0dc6d221 am: 899aaeee am: 06c4869a

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I880f3ea19fb4eb8f2bdc308495742b16bdcce106
parents 001224d9 06c4869a
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.