disable //tensorflow/python:tf_stack_test on windows

PiperOrigin-RevId: 347023357
Change-Id: Id2391dfd2067860c094ad6f73daa9099f38551b9
This commit is contained in:
Feng Liu 2020-12-11 10:14:29 -08:00 committed by TensorFlower Gardener
parent 5fb1a09188
commit 75643bde9d

View File

@ -5299,6 +5299,7 @@ tf_py_test(
name = "tf_stack_test",
srcs = ["util/tf_stack_test.py"],
python_version = "PY3",
tags = ["no_windows"], # TODO(b/175394927): enable the test for all oss windows build
deps = [
":client_testlib",
":tf_export",