Disabling test failing under ASAN.

PiperOrigin-RevId: 338328301
Change-Id: I4c9dbe259a93e56adb92456a713d0eefeb0d813b
This commit is contained in:
A. Unique TensorFlower 2020-10-21 13:27:15 -07:00 committed by TensorFlower Gardener
parent c17e3aa47a
commit 08bf3f83f7

View File

@ -661,9 +661,6 @@ tf_py_test(
srcs = ["text_vectorization_test.py"],
python_version = "PY3",
shard_count = 4,
tags = [
"noasan", #TODO(b/161376526): Enable when bug fix lands.
],
deps = [
":preprocessing_test_utils",
":text_vectorization",