Skip to content

Commit

Permalink
Skip custom_gradient_memory_test.testRecomputeGradXla.
Browse files Browse the repository at this point in the history
Has been failing for a few days now.

PiperOrigin-RevId: 625800062
  • Loading branch information
tensorflower-gardener committed Apr 17, 2024
1 parent 0da92fc commit b24f35d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@
"""Memory tests for tensorflow.ops.custom_gradient."""

import functools
import unittest

from absl.testing import parameterized
from xla.service import hlo_pb2
Expand Down Expand Up @@ -110,6 +111,7 @@ def run(test_func):
res_recompute = run(f_recompute)
self.assertAllClose(res_no_recompute, res_recompute)

@unittest.skip("b/335476600")
@test_util.run_v2_only
def testRecomputeGradXla(self):
device_type = self._get_device_type()
Expand Down

0 comments on commit b24f35d

Please sign in to comment.