Disable flaky test on TAP

PiperOrigin-RevId: 309264308
Change-Id: I2ff491eb28627d1da723a737763a14b37885fb71
This commit is contained in:
Mihai Maruseac 2020-04-30 11:23:12 -07:00 committed by TensorFlower Gardener
parent 614c73e266
commit 7148ced951

View File

@ -960,6 +960,7 @@ cuda_py_test(
shard_count = 8,
tags = [
"no_oss", # This test launches local server
"notap", # TODO(b/155407846)
],
deps = [
"//tensorflow/python:array_ops",