Disable automated testing of tensorflow/compiler/tests:extract_image_patches_op_test_...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 7 May 2018 21:55:26 +0000 (14:55 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 8 May 2018 00:18:57 +0000 (17:18 -0700)
A recent change has made this test flaky.

PiperOrigin-RevId: 195726647

tensorflow/compiler/tests/BUILD

index a94b298..aaea83a 100644 (file)
@@ -300,6 +300,10 @@ tf_xla_py_test(
     name = "extract_image_patches_op_test",
     size = "small",
     srcs = ["extract_image_patches_op_test.py"],
+    tags = [
+        "manual",
+        "notap",
+    ],
     deps = [
         ":xla_test",
         "//tensorflow/python:array_ops",