Remove tags preventing inclusion in test glob.
PiperOrigin-RevId: 270358861
This commit is contained in:
parent
ee8e382cfb
commit
d2247c815f
@ -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",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user