aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-09 15:00:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-09 15:02:47 -0700
commitb59d7b52bf119e07a1682e898e06d20356936a5d (patch)
treef932310718ec3721cdce6ee3b66c09c2ea79ad50
parentef3d7c93ee438ce943347ac7ae913680df23f5d3 (diff)
Don't run test flaky under TSAN.
PiperOrigin-RevId: 192193350
-rw-r--r--tensorflow/compiler/tests/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index db93d6e76f..a7a8d2d1ff 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -200,6 +200,10 @@ tf_xla_py_test(
"cpu",
"cpu_ondemand",
],
+ tags = [
+ # Allocates very large amounts of memory and does not work under TSAN.
+ "notsan",
+ ],
deps = [
":xla_test",
"//tensorflow/python:array_ops",