Disable flaky batch_dataset_op_test
authorGunhan Gulsoy <gunan@google.com>
Fri, 11 May 2018 03:55:55 +0000 (20:55 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 11 May 2018 03:58:37 +0000 (20:58 -0700)
PiperOrigin-RevId: 196212027

tensorflow/contrib/data/python/kernel_tests/BUILD

index 9855688..a3668d1 100644 (file)
@@ -11,7 +11,10 @@ py_test(
     size = "medium",
     srcs = ["batch_dataset_op_test.py"],
     srcs_version = "PY2AND3",
-    tags = ["no_pip"],
+    tags = [
+        "no_oss",
+        "no_pip",
+    ],
     deps = [
         ":dataset_serialization_test",
         "//tensorflow/contrib/data/python/ops:batching",