Disable a couple more tests that fail with cuda asan.
PiperOrigin-RevId: 339345807 Change-Id: I4bb46848e5aa52ecad33377c9100050355b168fb
This commit is contained in:
parent
733b5f94d4
commit
b176d45d99
@ -2521,7 +2521,9 @@ tf_cc_test_gpu(
|
||||
name = "lower_if_op_test",
|
||||
size = "small",
|
||||
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 = [
|
||||
":core_cpu",
|
||||
":core_cpu_internal",
|
||||
|
@ -125,6 +125,9 @@ cuda_py_test(
|
||||
size = "medium",
|
||||
srcs = ["stateless_random_ops_test.py"],
|
||||
shard_count = 10,
|
||||
xla_tags = [
|
||||
"no_cuda_asan", # times-out
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow/python:array_ops",
|
||||
"//tensorflow/python:client_testlib",
|
||||
|
Loading…
Reference in New Issue
Block a user