From: A. Unique TensorFlower Date: Wed, 9 May 2018 12:22:36 +0000 (-0700) Subject: Run test tensorflow/python/kernel_tests:array_ops_test only when optimizing to avoid... X-Git-Tag: upstream/v1.9.0_rc1~116^2^2~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee1b43f69d7a7aeb517e54150a3fff30f51933c4;p=platform%2Fupstream%2Ftensorflow.git Run test tensorflow/python/kernel_tests:array_ops_test only when optimizing to avoid flaky timeouts PiperOrigin-RevId: 195955576 --- diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index c892b6e..6bc129a 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -1222,6 +1222,7 @@ cuda_py_test( shard_count = 10, tags = [ "noasan", # times out + "optonly", # times out ], )