Address comments and sanity check failures.
This commit is contained in:
parent
672f976cb4
commit
c8256769cc
@ -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",
|
||||
|
@ -727,7 +727,6 @@ sh_test(
|
||||
name = "examples_test",
|
||||
size = "medium",
|
||||
srcs = ["examples/examples_test.sh"],
|
||||
tags = ["manual"],
|
||||
data = [
|
||||
":debug_errors",
|
||||
":debug_fibonacci",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user