Ignore testNetlinkSocketReceiveENOBUFS until T prebuilts are updated.

Use a Merged-In of the change that first added the tests in AOSP,
to prevent this change from going anywhere.

Bug: 234099453
Test: TH
Merged-In: Iae8e9512cd5bbf5a91fec7ecb934b692027c47ee
Merged-In: Ifdfcf8a9541346e3357081e4aff806b89681e192
Change-Id: I12c760a50ce5d624843597d2ae12a7e5fd99df5a
diff --git a/tests/integration/src/android/net/ip/IpClientIntegrationTestCommon.java b/tests/integration/src/android/net/ip/IpClientIntegrationTestCommon.java
index 1c161fe..2f3987c 100644
--- a/tests/integration/src/android/net/ip/IpClientIntegrationTestCommon.java
+++ b/tests/integration/src/android/net/ip/IpClientIntegrationTestCommon.java
@@ -186,6 +186,7 @@
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TestName;
@@ -3791,6 +3792,7 @@
         verify(mCb, timeout(TEST_TIMEOUT_MS)).setNeighborDiscoveryOffload(true);
     }
 
+    @Ignore("TODO: temporarily ignore tests until prebuilts are updated")
     @Test @SignatureRequiredTest(reason = "requires mock callback object")
     public void testNetlinkSocketReceiveENOBUFS() throws Exception {
         if (!mIsNetlinkEventParseEnabled) return;