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",
tags = [
"manual",
"nomac",
], # b/62040583
"nomac", # b/62040583
],
deps = [
"//tensorflow/contrib/data",
"//tensorflow/python:array_ops",

View File

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

View File

@ -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",