Disable training_v2_utils_test on Mac.

PiperOrigin-RevId: 261709658
This commit is contained in:
Scott Zhu 2019-08-05 10:05:26 -07:00 committed by TensorFlower Gardener
parent a6185c1c42
commit 5e08111d7c

View File

@ -1588,6 +1588,7 @@ tf_py_test(
"//tensorflow/python:client_testlib",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
"notsan",
],
)