mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #13441: Disable temporary localeconv() tests on Solaris
This commit is contained in:
parent
4eea849469
commit
0293db69a0
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue