Skip to content

Commit 428bfdd

Browse files
committed
Remove flaky xfail
1 parent d4dfaf7 commit 428bfdd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/tensor/test_math.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,9 +1438,6 @@ def test_uint(self, dtype):
14381438
0
14391439
) # It's not failing in all the CIs but we have XPASS(strict) enabled
14401440

1441-
@pytest.mark.xfail(
1442-
condition=config.mode != "FAST_COMPILE", reason="Fails due to #770"
1443-
)
14441441
def test_uint64_special_value(self):
14451442
"""Example from issue #770"""
14461443
dtype = "uint64"

0 commit comments

Comments
 (0)