We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16c4eb commit 7044f6dCopy full SHA for 7044f6d
Lib/test/test_int.py
@@ -712,8 +712,7 @@ def test_denial_of_service_prevented_int_to_str(self):
712
self.assertIn('conversion', str(err.exception))
713
self.assertLess(sw_fail_extra_huge.seconds, sw_convert.seconds/2)
714
715
- # TODO: RUSTPYTHON
716
- @unittest.expectedFailure
+ @unittest.skip('TODO: RUSTPYTHON; flaky test')
717
def test_denial_of_service_prevented_str_to_int(self):
718
"""Regression test: ensure we fail before performing O(N**2) work."""
719
maxdigits = sys.get_int_max_str_digits()
0 commit comments