From 2fc718c21cb82b2905cfc0ade2c801ce56af62d1 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 11 Apr 2018 02:16:25 -0700 Subject: [PATCH] [TF:XLA] Mark oom_test as optonly, it's really slow when compiled without optimization. PiperOrigin-RevId: 192420481 --- tensorflow/compiler/tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD index a7a8d2d..47c6ab5 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", -- 2.7.4