aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-07 14:55:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-07 17:18:57 -0700
commit80c7ebc32324d689ae3feb17a0cb4cf32d736f19 (patch)
treede5d7c800a8c44809e3052e5ccdd2b6eab2a5fce /tensorflow/compiler/tests/BUILD
parent84986720ee8c07112356bbcc0911629e9c4dafb6 (diff)
Disable automated testing of tensorflow/compiler/tests:extract_image_patches_op_test_cpu_ondemand
A recent change has made this test flaky. PiperOrigin-RevId: 195726647
Diffstat (limited to 'tensorflow/compiler/tests/BUILD')
-rw-r--r--tensorflow/compiler/tests/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index a94b298f87..aaea83ae9c 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -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",