Enable values_test on OSS and multi gpu

PiperOrigin-RevId: 297053589
Change-Id: I1f19c6d1d4f801c9c60382611dc57eebd77e2763
diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD
index 7f4bc96..02b8f29 100644
--- a/tensorflow/python/distribute/BUILD
+++ b/tensorflow/python/distribute/BUILD
@@ -883,7 +883,7 @@
     srcs = ["values_test.py"],
     main = "values_test.py",
     tags = [
-        "no_oss",  # http://b/119349471
+        "multi_and_single_gpu",
     ],
     deps = [
         ":mirrored_strategy",