diff --git a/tensorflow/contrib/training/BUILD b/tensorflow/contrib/training/BUILD index 79901b6ee56a9e892e90be2c6205517b9a68fc12..5f3368ee2c84f0559ef85ab57329696d0db86226 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",