[TF:XLA] Disable sanitizers for depthwise conv test to fix test flakiness.
PiperOrigin-RevId: 163727765
This commit is contained in:
parent
6263539a15
commit
f9c644693e
@ -157,6 +157,11 @@ tf_xla_py_test(
|
||||
size = "medium",
|
||||
srcs = ["depthwise_conv_op_test.py"],
|
||||
shard_count = 5,
|
||||
tags = [
|
||||
"noasan",
|
||||
"nomsan",
|
||||
"notsan",
|
||||
],
|
||||
deps = [
|
||||
":xla_test",
|
||||
"//tensorflow/python:array_ops",
|
||||
|
Loading…
Reference in New Issue
Block a user