Enable values_test on OSS and multi gpu

PiperOrigin-RevId: 297053589
Change-Id: I1f19c6d1d4f801c9c60382611dc57eebd77e2763
This commit is contained in:
Ran Chen 2020-02-24 23:44:08 -08:00 committed by TensorFlower Gardener
parent be6324180a
commit 2e81bc66c5

View File

@ -883,7 +883,7 @@ distribute_py_test(
srcs = ["values_test.py"],
main = "values_test.py",
tags = [
"no_oss", # http://b/119349471
"multi_and_single_gpu",
],
deps = [
":mirrored_strategy",