Kaydet (Commit) 0293db69 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #13441: Disable temporary localeconv() tests on Solaris

üst 4eea8494
......@@ -113,6 +113,8 @@ class _LocaleTests(unittest.TestCase):
nl_radixchar, li_radixchar,
loc, set_locale))
@unittest.skipIf(sys.platform == 'sunos5',
"http://bugs.python.org/issue13441")
def test_float_parsing(self):
# Bug #1391872: Test whether float parsing is okay on European
# locales.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment