Skip to content

Commit ab8f332

Browse files
authored
Enable test_public_api_surface (#1601)
Fixes SWDEV-462410. Enable this unit test since PyTorch issue pytorch#104012 has been closed. This unit test runs fine on MI100/MI300 and upstream.
1 parent 2cdcebe commit ab8f332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_fx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4132,7 +4132,6 @@ def test_class_member_back_compat(self):
41324132
f"and subsequently --accept the change."
41334133
raise AssertionError(msg) from e
41344134

4135-
@skipIfRocm(msg="TODO: flaky - https://github.com/pytorch/pytorch/issues/104012")
41364135
def test_public_api_surface(self):
41374136
non_back_compat_objects = {}
41384137

0 commit comments

Comments
 (0)