Skip to content

Commit bc4298b

Browse files
BLOrange-AMDjithunnair-amd
authored andcommitted
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. (cherry picked from commit 0001d4ab5070635cfecc146ee299bbb9fa45ca67)
1 parent 11f4d99 commit bc4298b

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
@@ -4184,7 +4184,6 @@ def test_class_member_back_compat(self):
41844184
f"and subsequently --accept the change."
41854185
raise AssertionError(msg) from e
41864186

4187-
@skipIfRocm(msg="TODO: flaky - https://github.com/pytorch/pytorch/issues/104012")
41884187
def test_public_api_surface(self):
41894188
non_back_compat_objects = {}
41904189

0 commit comments

Comments
 (0)