From 45e48b3a7d8ac0b2fe8d474641dcfb8beb2411f0 Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Fri, 16 Sep 2022 07:07:29 -0700 Subject: [PATCH] Mark multiprocess_gpu_test as manual to skip it in OSS PiperOrigin-RevId: 474806518 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index 25b591334..846651ec2 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -101,6 +101,7 @@ py_test( args = [ "--exclude_test_targets=MultiProcessGpuTest", ], + tags = ["manual"], deps = [ "//jax", "//jax:test_util",