Run tensorflow/python/kernel_tests:conv2d_backprop_filter_grad_test only when omptimz...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 9 May 2018 21:41:23 +0000 (14:41 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 21:44:14 +0000 (14:44 -0700)
PiperOrigin-RevId: 196031762

tensorflow/python/kernel_tests/BUILD

index 6bc129a..61f3f69 100644 (file)
@@ -2364,6 +2364,9 @@ cuda_py_test(
         "//tensorflow/python:nn_grad",
         "//tensorflow/python:nn_ops",
     ],
+    tags = [
+        "optonly",  # flaky timeouts unless optimized
+    ],
 )
 
 cuda_py_test(