Skip to content

Commit 671f4c6

Browse files
authored
Temporarily remove tests that fail running with a single GPU. (tensorflow#5100)
* Temporarily remove tests that fail running with a single GPU. * Fix tags order according to buildifier
1 parent b48f9ae commit 671f4c6

File tree

1 file changed

+6
-1
lines changed
  • tensorflow/contrib/training

1 file changed

+6
-1
lines changed

tensorflow/contrib/training/BUILD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)