Skip to content

Commit

Permalink
Re-enable memory leak test in TFP layers, since the underlying issue …
Browse files Browse the repository at this point in the history
…in TF was fixed.

PiperOrigin-RevId: 589239967
  • Loading branch information
emilyfertig authored and tensorflower-gardener committed Dec 8, 2023
1 parent abd1a1e commit fbc5ebe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ def testPropagatedAttributes(self):
class MemoryLeakTest(test_util.TestCase):

def testTypeObjectLeakage(self):
# TODO(b/303352281): Reenable this test.
self.skipTest('This test does not currently work under Python 3.11.')

if not tf.executing_eagerly():
self.skipTest('only relevant to eager')
Expand Down

0 comments on commit fbc5ebe

Please sign in to comment.