aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-12-18 09:04:02 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-18 11:45:13 -0800
commit4b056849f8f142ceb9e0472634bea41ac35850b2 (patch)
tree6549636de1ebb5e3f4bcf1ad51851c8bc3a1a746 /tensorflow/contrib/batching
parent566df46de272827a20915f0dd470d062a458e78f (diff)
Re-enable adaptive_shared_batch_scheduler_test after potential bugfix.
PiperOrigin-RevId: 179429524
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index a111cfecb3..8b7df4a84c 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -82,7 +82,6 @@ cc_library(
tf_cc_test(
name = "adaptive_shared_batch_scheduler_test",
srcs = ["adaptive_shared_batch_scheduler_test.cc"],
- tags = ["manual"], # b/69013768
deps = [
":adaptive_shared_batch_scheduler",
"//tensorflow/contrib/batching/test_util:fake_clock_env",