disabling failing tsan test
authorOlivia Nordquist <nolivia@google.com>
Thu, 8 Mar 2018 22:05:39 +0000 (14:05 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 8 Mar 2018 22:09:55 +0000 (14:09 -0800)
PiperOrigin-RevId: 188385868

tensorflow/compiler/tests/BUILD

index 782bf82..4143aa1 100644 (file)
@@ -537,6 +537,7 @@ tf_xla_py_test(
     size = "medium",
     srcs = ["spacetobatch_op_test.py"],
     shard_count = 3,
+    tags = ["notsan"],
     deps = [
         ":xla_test",
         "//tensorflow/python:array_ops",