Add BUILD tags of norm_op_test to normalize_op_test

This commit is contained in:
sleighsoft 2019-06-13 20:07:24 +02:00
parent ab325a80f8
commit afefdce8bc

View File

@ -3517,6 +3517,11 @@ cuda_py_test(
"//tensorflow/python:nn",
],
shard_count = 20,
# TODO(b/117236102): Re-enable in msan build.
tags = [
"no_windows_gpu",
"nomsan",
],
xla_enable_strict_auto_jit = True,
)