Comment out //third_party/upb/python/pb_unit_tests:numpy_test to allow for a change in protobuf directories. This will be uncommented as soon as the protobuf change gets through.

PiperOrigin-RevId: 524343065
diff --git a/python/pb_unit_tests/BUILD b/python/pb_unit_tests/BUILD
index bf0a34e..75da55e 100644
--- a/python/pb_unit_tests/BUILD
+++ b/python/pb_unit_tests/BUILD
@@ -47,10 +47,10 @@
 pyproto_test_wrapper(name = "message_factory_test")
 
 # begin:github_only
-pyproto_test_wrapper(
-    name = "numpy_test",
-    deps = [requirement("numpy")],
-)
+# pyproto_test_wrapper(
+#    name = "numpy_test",
+#    deps = [requirement("numpy")],
+# )
 # end:github_only
 
 # begin:google_only