Skip to content

Commit

Permalink
Temporarily disable test failing under Python 3.11.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585691543
  • Loading branch information
jburnim authored and tensorflower-gardener committed Nov 27, 2023
1 parent b7724fd commit f5d5a10
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ 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 f5d5a10

Please sign in to comment.