aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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",