Run test tensorflow/python/kernel_tests:array_ops_test only when optimizing to avoid...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 9 May 2018 12:22:36 +0000 (05:22 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 17:44:58 +0000 (10:44 -0700)
PiperOrigin-RevId: 195955576

tensorflow/python/kernel_tests/BUILD

index c892b6e..6bc129a 100644 (file)
@@ -1222,6 +1222,7 @@ cuda_py_test(
     shard_count = 10,
     tags = [
         "noasan",  # times out
+        "optonly",  # times out
     ],
 )