diff --git a/tests/tensor/test_math.py b/tests/tensor/test_math.py index fc7f5cdd17..167b2cd0ae 100644 --- a/tests/tensor/test_math.py +++ b/tests/tensor/test_math.py @@ -1409,12 +1409,7 @@ def _grad_list(self): "uint8", "uint16", "uint32", - pytest.param( - "uint64", - marks=pytest.mark.xfail( - condition=config.mode != "FAST_COMPILE", reason="Fails due to #770" - ), - ), + "uint64", ), ) def test_uint(self, dtype):