diff --git a/test/test_core_aten_ops.py b/test/test_core_aten_ops.py index 86d98e09eb8..277d834eb8a 100644 --- a/test/test_core_aten_ops.py +++ b/test/test_core_aten_ops.py @@ -3247,7 +3247,6 @@ def test_aten_replication_pad2d_1(self): kwargs = dict() run_export_and_compare(self, torch.ops.aten.replication_pad2d, args, kwargs) - @unittest.skip def test_aten_replication_pad3d_0(self): args = ( torch.randn((1, 3, 2, 10)).to(torch.float32), @@ -3263,7 +3262,6 @@ def test_aten_replication_pad3d_0(self): kwargs = dict() run_export_and_compare(self, torch.ops.aten.replication_pad3d, args, kwargs) - @unittest.skip def test_aten_replication_pad3d_1(self): args = ( torch.randint(0, 10, (1, 3, 2, 10)).to(torch.int32),