diff --git a/tensorflow/contrib/data/python/kernel_tests/BUILD b/tensorflow/contrib/data/python/kernel_tests/BUILD index e327f2cf24e63f..eaa46a59ab0b1a 100644 --- a/tensorflow/contrib/data/python/kernel_tests/BUILD +++ b/tensorflow/contrib/data/python/kernel_tests/BUILD @@ -54,8 +54,8 @@ py_test( srcs_version = "PY2AND3", tags = [ "manual", - "nomac", - ], # b/62040583 + "nomac", # b/62040583 + ], deps = [ "//tensorflow/contrib/data", "//tensorflow/python:array_ops", diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD index 69b51c272c4d9d..dfb04a974459f9 100644 --- a/tensorflow/python/debug/BUILD +++ b/tensorflow/python/debug/BUILD @@ -727,7 +727,6 @@ sh_test( name = "examples_test", size = "medium", srcs = ["examples/examples_test.sh"], - tags = ["manual"], data = [ ":debug_errors", ":debug_fibonacci", diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index 4ad4083f79212a..3c321e923a2ba1 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -2333,7 +2333,6 @@ cuda_py_test( name = "stage_op_test", size = "medium", srcs = ["stage_op_test.py"], - tags = ["manual"], additional_deps = [ "//tensorflow/python:array_ops", "//tensorflow/python:client_testlib",