aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-04-11 02:16:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-11 02:19:07 -0700
commit2fc718c21cb82b2905cfc0ade2c801ce56af62d1 (patch)
tree23e1dcf31a73d5967fae48efaad1b5a28a0e38e6
parent6accb84d8437cb915e23d83673c233f5084aad68 (diff)
[TF:XLA] Mark oom_test as optonly, it's really slow when compiled without optimization.
PiperOrigin-RevId: 192420481
-rw-r--r--tensorflow/compiler/tests/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD
index a7a8d2d1ff..47c6ab58c0 100644
--- a/tensorflow/compiler/tests/BUILD
+++ b/tensorflow/compiler/tests/BUILD
@@ -203,6 +203,7 @@ tf_xla_py_test(
tags = [
# Allocates very large amounts of memory and does not work under TSAN.
"notsan",
+ "optonly", # Times out frequently in fastbuild.
],
deps = [
":xla_test",