Disable test that times out on mac non pip builds

This commit is contained in:
Mihai Maruseac 2020-01-20 20:09:07 -08:00
parent 8f8792f1fe
commit 8f2b0089a8

View File

@ -3275,6 +3275,7 @@ cuda_py_test(
"//tensorflow/python:framework_for_generated_wrappers",
],
tags = [
"no_mac", # timeouts on GPU
"no_pip",
"notap", # http://b/31080670
],