Skip to content

Commit a45a05a

Browse files
authored
Try to re-enable previously disabled CPU test (#9085)
1 parent 02a1ba6 commit a45a05a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_python_ops.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ def test_put(self, dtype):
2727
if dtype in self.unsupported_dtypes:
2828
raise unittest.SkipTest("Dtype {0} is unsupported by XLA".format(
2929
str(dtype)))
30-
if dtype == torch.uint8:
31-
raise unittest.SkipTest(
32-
'TODO(https://github.com/pytorch/xla/issues/8799): Re-enable uint8 test'
33-
)
3430

3531
device = xm.xla_device()
3632
real_device_type = xm.xla_device_hw(str(xm.xla_device()))

0 commit comments

Comments
 (0)