Temporarily disable //third_party/tensorflow/python:nn_fused_batchnorm_test

on TAP as it's timing out.

PiperOrigin-RevId: 275934751
Change-Id: I3c74835000600f84e9b4fbe8f1b377f6ec59afe9
This commit is contained in:
Rick Chao 2019-10-21 15:16:03 -07:00 committed by TensorFlower Gardener
parent 631c4c1370
commit acbd582d58

View File

@ -4487,7 +4487,10 @@ cuda_py_test(
"//third_party/py/numpy",
],
shard_count = 16,
tags = ["no_rocm"],
tags = [
"no_rocm",
"notap", # TODO(b/143097607)
],
)
cuda_py_test(