Remove tags preventing inclusion in test glob.

PiperOrigin-RevId: 270358861
This commit is contained in:
Revan Sopher 2019-09-20 15:06:42 -07:00 committed by TensorFlower Gardener
parent ee8e382cfb
commit d2247c815f

View File

@ -801,11 +801,11 @@ tf_py_test(
"//tensorflow/python/tpu:tpu_strategy_util", "//tensorflow/python/tpu:tpu_strategy_util",
], ],
tags = [ tags = [
"manual", "no_pip",
"nogpu", "nogpu",
"noguitar",
"nomac", "nomac",
"notap", "notap",
"oss_serial",
"tpu", "tpu",
], ],
) )