forked from Rust-related/RustPython
Clarify skip in test_math
This commit is contained in:
committed by
Jeong YunWon
parent
d5aa68d7b5
commit
bb1947eb9d
4
Lib/test/test_math.py
vendored
4
Lib/test/test_math.py
vendored
@@ -1647,9 +1647,7 @@ class MathTests(unittest.TestCase):
|
||||
self.fail('Failures in test_testfile:\n ' +
|
||||
'\n '.join(failures))
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
# Currently hangs. Function never finishes.
|
||||
@unittest.skip
|
||||
@unittest.skip("TODO: RUSTPYTHON, Currently hangs. Function never finishes.")
|
||||
@requires_IEEE_754
|
||||
def test_mtestfile(self):
|
||||
fail_fmt = "{}: {}({!r}): {}"
|
||||
|
||||
Reference in New Issue
Block a user