Skip to content

Commit

Permalink
Temporarily remove tests that fail running with a single GPU. (#5100)
Browse files Browse the repository at this point in the history
* Temporarily remove tests that fail running with a single GPU.

* Fix tags order according to buildifier
  • Loading branch information
yifeif committed Oct 21, 2016
1 parent b48f9ae commit 671f4c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tensorflow/contrib/training/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 671f4c6

Please sign in to comment.