Disable broken Windows test

PiperOrigin-RevId: 338284225
Change-Id: I0ef2196b09d2ae4cfb9b9890e878db1d927fd74a
This commit is contained in:
Mihai Maruseac 2020-10-21 09:59:57 -07:00 committed by TensorFlower Gardener
parent c2d1a92656
commit 816a1177dc

View File

@ -113,7 +113,10 @@ cuda_py_test(
size = "medium",
srcs = ["adam_test.py"],
shard_count = 4,
tags = ["no_rocm"],
tags = [
"no_rocm",
"no_windows", # TODO(b/171384138)
],
deps = [
":optimizer_v2",
"//tensorflow/python:client_testlib",