aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-03 13:53:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-03 13:56:03 -0700
commitb9b90965de4e475ccff8a571de016026447ee1df (patch)
treec892d69cefff6a0d092d5cda4310f7f16a664914 /tensorflow/python/debug
parentbf1d69a69819c9435c7819f40f17adb64024cedd (diff)
Disabled some tests on Windows
PiperOrigin-RevId: 191494857
Diffstat (limited to 'tensorflow/python/debug')
-rw-r--r--tensorflow/python/debug/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index b81aa3745c..250b4b1b6a 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -921,6 +921,7 @@ py_test(
size = "small",
srcs = ["cli/profile_analyzer_cli_test.py"],
srcs_version = "PY2AND3",
+ tags = ["no_windows"],
deps = [
":debugger_cli_common",
":profile_analyzer_cli",