aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ian Langmore <langmore@google.com>2018-05-07 12:17:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-07 16:57:09 -0700
commitc3fef21c4ddf34fd68ab2cd44b0be497b5303b4e (patch)
tree24eb12c10ceff13b5d30a4f00352f5e9729487d3
parenta75f3f533f8e769af3cc11b5125ceb5db8c14479 (diff)
Add 'optonly' directive to linear_operator_circulant tests.
PiperOrigin-RevId: 195701399
-rw-r--r--tensorflow/python/kernel_tests/linalg/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/python/kernel_tests/linalg/BUILD b/tensorflow/python/kernel_tests/linalg/BUILD
index 052f11f92e..91be80322c 100644
--- a/tensorflow/python/kernel_tests/linalg/BUILD
+++ b/tensorflow/python/kernel_tests/linalg/BUILD
@@ -85,7 +85,10 @@ cuda_py_test(
"//tensorflow/python:platform_test",
],
shard_count = 5,
- tags = ["noasan"], # times out b/63678675
+ tags = [
+ "noasan", # times out, b/63678675
+ "optonly", # times out, b/79171797
+ ],
)
cuda_py_test(