Address comments and sanity check failures.

This commit is contained in:
Gunhan Gulsoy 2017-05-26 22:45:48 -07:00
parent 672f976cb4
commit c8256769cc
3 changed files with 2 additions and 4 deletions

View File

@ -54,8 +54,8 @@ py_test(
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
tags = [ tags = [
"manual", "manual",
"nomac", "nomac", # b/62040583
], # b/62040583 ],
deps = [ deps = [
"//tensorflow/contrib/data", "//tensorflow/contrib/data",
"//tensorflow/python:array_ops", "//tensorflow/python:array_ops",

View File

@ -727,7 +727,6 @@ sh_test(
name = "examples_test", name = "examples_test",
size = "medium", size = "medium",
srcs = ["examples/examples_test.sh"], srcs = ["examples/examples_test.sh"],
tags = ["manual"],
data = [ data = [
":debug_errors", ":debug_errors",
":debug_fibonacci", ":debug_fibonacci",

View File

@ -2333,7 +2333,6 @@ cuda_py_test(
name = "stage_op_test", name = "stage_op_test",
size = "medium", size = "medium",
srcs = ["stage_op_test.py"], srcs = ["stage_op_test.py"],
tags = ["manual"],
additional_deps = [ additional_deps = [
"//tensorflow/python:array_ops", "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib", "//tensorflow/python:client_testlib",