Disable broken Windows test

PiperOrigin-RevId: 338180192
Change-Id: Ic3f582bba112b7f0f73fac52617fc8425553aa5b
This commit is contained in:
Mihai Maruseac 2020-10-20 18:52:19 -07:00 committed by TensorFlower Gardener
parent 8c4e7ba4da
commit fd914a2b02

View File

@ -1885,7 +1885,8 @@ tf_py_test(
srcs = ["parameter_server_strategy_v2_test.py"],
python_version = "PY3",
tags = [
"notsan", # b/168675975
"no_windows", # TODO(171349346)
"notsan", # TODO(b/168675975)
],
deps = [
":multi_worker_test_base",