Disable keras:applications_test on windows temporarily

PiperOrigin-RevId: 237385601
This commit is contained in:
Smit Hinsu 2019-03-07 21:22:27 -08:00 committed by TensorFlower Gardener
parent 949fe303ce
commit a86f6286b4

View File

@ -538,9 +538,9 @@ tf_py_test(
"//tensorflow/python:client_testlib",
],
shard_count = 11,
# TODO(b/127881287): Re-enable.
tags = [
"no_windows_gpu",
"no_windows", # TODO(b/127888631)
"no_windows_gpu", # TODO(b/127881287)
],
)