Re-enable saver_test.

Change: 141254835
This commit is contained in:
Sherry Moore 2016-12-06 18:14:16 -08:00 committed by TensorFlower Gardener
parent aad7ec38fc
commit 7b306e8fcf

View File

@ -2172,6 +2172,7 @@ cuda_py_tests(
"training/proximal_gradient_descent_test.py",
"training/queue_runner_test.py",
"training/rmsprop_test.py",
"training/saver_test.py",
"training/slot_creator_test.py",
"training/tensorboard_logging_test.py",
"training/training_ops_test.py",
@ -2182,17 +2183,6 @@ cuda_py_tests(
],
)
cuda_py_test(
name = "saver_test",
size = "small",
srcs = ["training/saver_test.py"],
additional_deps = [
":training",
"//tensorflow:tensorflow_py",
],
tags = ["manual"],
)
py_test(
name = "saver_large_variable_test",
size = "small",