From 8b9ffb6acf3d62fc49bac82290e2048807c5c8b7 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Mon, 15 Jan 2018 09:57:30 +0100 Subject: [PATCH] Disable stacktrace_handler_test becase stack trace isn't generated on Windows (#16125) --- tensorflow/python/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 6c4aa67a448..0b59373c388 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -186,6 +186,7 @@ tf_py_test( ":client_testlib", ":platform", ], + tags = ["no_windows"], ) tf_py_test(