From: Michael Kuperstein Date: Tue, 22 May 2018 03:06:39 +0000 (-0700) Subject: Internal Change X-Git-Tag: upstream/v1.9.0_rc1~56^2~2^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=065436d71e867f7622c0567cb6aaf78b3e69d2a0;p=platform%2Fupstream%2Ftensorflow.git Internal Change PiperOrigin-RevId: 197503560 --- diff --git a/tensorflow/compiler/tests/BUILD b/tensorflow/compiler/tests/BUILD index 2a88743..4c291d2 100644 --- a/tensorflow/compiler/tests/BUILD +++ b/tensorflow/compiler/tests/BUILD @@ -196,9 +196,11 @@ tf_xla_py_test( name = "oom_test", size = "medium", srcs = ["oom_test.py"], + # TODO(b/80081500): Re-enable on GPU. Disabled on 2018-05-21. disabled_backends = [ "cpu", "cpu_ondemand", + "gpu", ], tags = [ # Allocates very large amounts of memory and does not work under TSAN.