Skip to content

Commit

Permalink
Revert "disable test_set temporarily (#5792)"
Browse files Browse the repository at this point in the history
This reverts commit 6f4183c.
  • Loading branch information
yeounoh authored Nov 14, 2023
1 parent b3ed82c commit ea53fc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,9 +990,7 @@ def func(a, b):
b = torch.ones([2, 2])
self.runAtenTest((a, b), func)

# TODO - upstream behavior has changed and results in expected DestroyXlaTensor
# counter as of 11/13/2023. Re-enable after reviewing the change.
@unittest.skipIf(True or XLA_DISABLE_FUNCTIONALIZATION,
@unittest.skipIf(XLA_DISABLE_FUNCTIONALIZATION,
'Metrics differ when functionalization is disabled.')
def test_set(self):
met.clear_all()
Expand Down

0 comments on commit ea53fc7

Please sign in to comment.