Disable *san for concat_test
Slows down compilation, making the test occasionally flake by timing out.
PiperOrigin-RevId: 393386889
Change-Id: Ie51cb95f03850280e58695e5a898279cf70ce860
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index aa88e44..9bd3695 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -487,6 +487,9 @@
python_version = "PY3",
tags = [
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
+ "noasan",
+ "nomsan",
+ "notsan",
],
deps = [
":xla_test",