提交 176a7727 编写于 作者: G Gunhan Gulsoy 提交者: TensorFlower Gardener

Disable failing tests from jenkins.

Change: 137883577
上级 49684837
......@@ -119,6 +119,7 @@ py_test(
size = "small",
srcs = ["python/ops/variables_test.py"],
srcs_version = "PY2AND3",
tags = ["manual"],
deps = ["//tensorflow:tensorflow_py"],
)
......
......@@ -46,6 +46,7 @@ py_test(
name = "learning_test",
srcs = ["python/slim/learning_test.py"],
srcs_version = "PY2AND3",
tags = ["manual"],
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/slim",
......
......@@ -2053,7 +2053,6 @@ 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",
......@@ -2064,6 +2063,17 @@ 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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册