Disable the sanitizer tests for map_ops_test
PiperOrigin-RevId: 327274277 Change-Id: Ic7bba0231c5045d1578777a43052eb83efba6972
This commit is contained in:
parent
f068a69cee
commit
306f6612fc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user