From: Benjamin Kramer Date: Wed, 11 Apr 2018 09:16:25 +0000 (-0700) Subject: [TF:XLA] Mark oom_test as optonly, it's really slow when compiled without optimization. X-Git-Tag: upstream/v1.9.0_rc1~374^2^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fc718c21cb82b2905cfc0ade2c801ce56af62d1;p=platform%2Fupstream%2Ftensorflow.git [TF:XLA] Mark oom_test as optonly, it's really slow when compiled without optimization. PiperOrigin-RevId: 192420481 --- 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",