mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Address comments and sanity check failures.
This commit is contained in:
parent
672f976cb4
commit
c8256769cc
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user