aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2018-09-06 16:48:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-06 16:52:28 -0700
commitd79a9d5595893d90a3f655f4d179e84cac76de92 (patch)
treec3474f017e6d82f244bea44d46619c9d261f0661 /tensorflow/python/debug
parentc4df798540b83026ccc74d69da38960e43af8f55 (diff)
failing on tsan so disabling
PiperOrigin-RevId: 211892283
Diffstat (limited to 'tensorflow/python/debug')
-rw-r--r--tensorflow/python/debug/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index 4744d13640..0b28165893 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -265,6 +265,7 @@ py_library(
name = "stepper_cli",
srcs = ["cli/stepper_cli.py"],
srcs_version = "PY2AND3",
+ tags = ["notsan"],
deps = [
":cli_shared",
":command_parser",
@@ -524,6 +525,7 @@ cuda_py_test(
"//tensorflow/python:training",
"//tensorflow/python:variables",
],
+ tags = ["notsan"],
)
py_test(
@@ -1056,6 +1058,7 @@ py_test(
size = "small",
srcs = ["wrappers/dumping_wrapper_test.py"],
srcs_version = "PY2AND3",
+ tags = ["notsan"],
deps = [
":debug_data",
":dumping_wrapper",
@@ -1130,4 +1133,5 @@ sh_test(
":debug_tflearn_iris",
":offline_analyzer",
],
+ tags = ["notsan"],
)