From cf5e63accb51efda5138c3fcd10d7fa7de9c317b Mon Sep 17 00:00:00 2001
From: Mihai Maruseac <mihaimaruseac@google.com>
Date: Fri, 28 Jun 2019 15:54:49 -0700
Subject: [PATCH] Disable running image_ops_test as it segfaults

PiperOrigin-RevId: 255683901
---
 tensorflow/contrib/image/BUILD | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tensorflow/contrib/image/BUILD b/tensorflow/contrib/image/BUILD
index 4b14b9e08cf..200e3476a9e 100755
--- a/tensorflow/contrib/image/BUILD
+++ b/tensorflow/contrib/image/BUILD
@@ -111,6 +111,9 @@ cuda_py_test(
         "//tensorflow/python:math_ops",
         "//tensorflow/python:platform_test",
     ],
+    tags = [
+        "notap",  # b/136286905
+    ],
 )
 
 tf_custom_op_library(