Skip to content

Commit dbc93c4

Browse files
stratakishrnciar
authored andcommitted
00273: Skip test_float_with_comma, which fails in Koji with UnicodeDecodeError
See https://bugzilla.redhat.com/show_bug.cgi?id=1484497 Reported upstream: https://bugs.python.org/issue31900
1 parent bb4f63a commit dbc93c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_float.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def check(s):
120120
# non-UTF-8 byte string
121121
check(b'123\xa0')
122122

123+
@unittest.skip('Fails in Koji: https://bugzilla.redhat.com/show_bug.cgi?id=1484497')
123124
@support.run_with_locale('LC_NUMERIC', 'fr_FR', 'de_DE')
124125
def test_float_with_comma(self):
125126
# set locale to something that doesn't use '.' for the decimal point

0 commit comments

Comments
 (0)