block windows test for saving:revive_test

PiperOrigin-RevId: 314419586
Change-Id: If08530fa08be42d1280d8e5d9ea181708123c5f8
This commit is contained in:
Zhenyu Tan 2020-06-02 15:48:38 -07:00 committed by TensorFlower Gardener
parent 96dfb6f4a8
commit b52a701afb

View File

@ -175,6 +175,9 @@ tf_py_test(
srcs = ["saved_model/revive_test.py"],
python_version = "PY3",
shard_count = 4,
tags = [
"no_windows", # b/158005583
],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python/keras",