[TF:XLA] Mark oom_test as optonly, it's really slow when compiled without optimization.
authorBenjamin Kramer <kramerb@google.com>
Wed, 11 Apr 2018 09:16:25 +0000 (02:16 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 11 Apr 2018 09:19:07 +0000 (02:19 -0700)
PiperOrigin-RevId: 192420481

tensorflow/compiler/tests/BUILD

index a7a8d2d..47c6ab5 100644 (file)
@@ -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",