[TF:XLA] Disable sanitizers for depthwise conv test to fix test flakiness.

PiperOrigin-RevId: 163727765
This commit is contained in:
Peter Hawkins 2017-07-31 12:04:36 -07:00 committed by TensorFlower Gardener
parent 6263539a15
commit f9c644693e

View File

@ -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",