Disable the sanitizer tests for map_ops_test

PiperOrigin-RevId: 327274277
Change-Id: Ic7bba0231c5045d1578777a43052eb83efba6972
This commit is contained in:
Feng Liu 2020-08-18 11:48:05 -07:00 committed by TensorFlower Gardener
parent f068a69cee
commit 306f6612fc

View File

@ -142,6 +142,10 @@ tf_py_test(
size = "small",
srcs = ["map_ops_test.py"],
grpc_enabled = True,
tags = [
"noasan", # TODO(b/164696004)
"notsan", # TODO(b/164696004)
],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",