File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
tensorflow/contrib/training Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ py_test(
3636 size = "medium" ,
3737 srcs = ["python/training/batch_sequences_with_states_test.py" ],
3838 srcs_version = "PY2AND3" ,
39+ tags = ["manual" ],
3940 deps = [
4041 ":training_py" ,
4142 "//tensorflow:tensorflow_py" ,
@@ -60,7 +61,10 @@ py_test(
6061 size = "small" ,
6162 srcs = ["python/training/sampling_ops_threading_test.py" ],
6263 srcs_version = "PY2AND3" ,
63- tags = ["notsan" ],
64+ tags = [
65+ "manual" ,
66+ "notsan" ,
67+ ],
6468 deps = [
6569 ":training_py" ,
6670 "//tensorflow:tensorflow_py" ,
@@ -73,6 +77,7 @@ py_test(
7377 size = "medium" ,
7478 srcs = ["python/training/bucket_ops_test.py" ],
7579 srcs_version = "PY2AND3" ,
80+ tags = ["manual" ],
7681 deps = [
7782 ":training_py" ,
7883 "//tensorflow:tensorflow_py" ,
You can’t perform that action at this time.
0 commit comments