Skip to content

Commit

Permalink
Address comments and sanity check failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunan committed May 27, 2017
1 parent 672f976 commit c825676
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tensorflow/contrib/data/python/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion tensorflow/python/debug/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ sh_test(
name = "examples_test",
size = "medium",
srcs = ["examples/examples_test.sh"],
tags = ["manual"],
data = [
":debug_errors",
":debug_fibonacci",
Expand Down
1 change: 0 additions & 1 deletion tensorflow/python/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c825676

Please sign in to comment.