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

Commit 6bad0a43 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I50aef4f23df99fcd8dc4f746f8895f5221c85f43
parents 05e4a891 899aaeee
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.