From 671f4c6519b4d82d3e97ab96825e0a748fae8e5d Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Thu, 20 Oct 2016 17:06:33 -0700 Subject: [PATCH] Temporarily remove tests that fail running with a single GPU. (#5100) * Temporarily remove tests that fail running with a single GPU. * Fix tags order according to buildifier --- tensorflow/contrib/training/BUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tensorflow/contrib/training/BUILD b/tensorflow/contrib/training/BUILD index 79901b6ee56..5f3368ee2c8 100644 --- a/tensorflow/contrib/training/BUILD +++ b/tensorflow/contrib/training/BUILD @@ -36,6 +36,7 @@ py_test( size = "medium", srcs = ["python/training/batch_sequences_with_states_test.py"], srcs_version = "PY2AND3", + tags = ["manual"], deps = [ ":training_py", "//tensorflow:tensorflow_py", @@ -60,7 +61,10 @@ py_test( size = "small", srcs = ["python/training/sampling_ops_threading_test.py"], srcs_version = "PY2AND3", - tags = ["notsan"], + tags = [ + "manual", + "notsan", + ], deps = [ ":training_py", "//tensorflow:tensorflow_py", @@ -73,6 +77,7 @@ py_test( size = "medium", srcs = ["python/training/bucket_ops_test.py"], srcs_version = "PY2AND3", + tags = ["manual"], deps = [ ":training_py", "//tensorflow:tensorflow_py", -- GitLab