Internal Change
authorMichael Kuperstein <mkuper@google.com>
Tue, 22 May 2018 03:06:39 +0000 (20:06 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 22 May 2018 03:08:51 +0000 (20:08 -0700)
PiperOrigin-RevId: 197503560

tensorflow/compiler/tests/BUILD

index 2a88743..4c291d2 100644 (file)
@@ -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.