Disable a couple more tests that fail with cuda asan.

PiperOrigin-RevId: 339345807
Change-Id: I4bb46848e5aa52ecad33377c9100050355b168fb
This commit is contained in:
Anna R 2020-10-27 15:42:45 -07:00 committed by TensorFlower Gardener
parent 733b5f94d4
commit b176d45d99
2 changed files with 6 additions and 1 deletions

View File

@ -2521,7 +2521,9 @@ tf_cc_test_gpu(
name = "lower_if_op_test", name = "lower_if_op_test",
size = "small", size = "small",
srcs = ["lower_if_op_test.cc"], srcs = ["lower_if_op_test.cc"],
tags = tf_cuda_tests_tags(), tags = tf_cuda_tests_tags() + [
"no_cuda_asan", # TODO(b/171575050): re-enable once fixed.
],
deps = [ deps = [
":core_cpu", ":core_cpu",
":core_cpu_internal", ":core_cpu_internal",

View File

@ -125,6 +125,9 @@ cuda_py_test(
size = "medium", size = "medium",
srcs = ["stateless_random_ops_test.py"], srcs = ["stateless_random_ops_test.py"],
shard_count = 10, shard_count = 10,
xla_tags = [
"no_cuda_asan", # times-out
],
deps = [ deps = [
"//tensorflow/python:array_ops", "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib", "//tensorflow/python:client_testlib",