Mark multiprocess_gpu_test as manual to skip it in OSS

PiperOrigin-RevId: 474806518
This commit is contained in:
Yash Katariya 2022-09-16 07:07:29 -07:00 committed by jax authors
parent 35a5012eea
commit 45e48b3a7d

View File

@ -101,6 +101,7 @@ py_test(
args = [
"--exclude_test_targets=MultiProcessGpuTest",
],
tags = ["manual"],
deps = [
"//jax",
"//jax:test_util",