Disable broken Windows test
PiperOrigin-RevId: 338284225 Change-Id: I0ef2196b09d2ae4cfb9b9890e878db1d927fd74a
This commit is contained in:
parent
c2d1a92656
commit
816a1177dc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user