From 039c9cac04b4c1adbca3bdc8fa32af873bd02bdd Mon Sep 17 00:00:00 2001 From: Olivia Nordquist Date: Thu, 6 Sep 2018 14:58:52 -0700 Subject: disabling tsan in test PiperOrigin-RevId: 211875205 --- tensorflow/python/debug/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/python/debug') diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD index 849d165bfa..4744d13640 100644 --- a/tensorflow/python/debug/BUILD +++ b/tensorflow/python/debug/BUILD @@ -610,6 +610,7 @@ cuda_py_test( "//tensorflow/python:training", "//tensorflow/python:variables", ], + tags = ["notsan"], ) py_test( -- cgit v1.2.3