disable cuda_asan test for now
PiperOrigin-RevId: 343538373 Change-Id: I394eacd8ccf047d26314b4f60fa1e843a13a8c43
This commit is contained in:
parent
18201420c5
commit
2139560d99
@ -23,6 +23,9 @@ cuda_py_test(
|
|||||||
name = "unstack_op_test",
|
name = "unstack_op_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["unstack_op_test.py"],
|
srcs = ["unstack_op_test.py"],
|
||||||
|
tags = [
|
||||||
|
"no_cuda_asan", # b/173806679
|
||||||
|
],
|
||||||
xla_tags = [
|
xla_tags = [
|
||||||
"no_cuda_asan", # times out
|
"no_cuda_asan", # times out
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user