Skip to content

Commit

Permalink
Disable test on Mono
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Dec 2, 2024
1 parent d6e8d99 commit 84abc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_io_stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def load_tests(loader, standard_tests, pattern):

if is_mono:
failing_tests += [
test.test_io.CBufferedRandomTest('test_destructor'), # IndexError: index out of range: 0
test.test_io.PyMiscIOTest('test_create_fail'),
]

skip_tests = [
Expand Down

0 comments on commit 84abc66

Please sign in to comment.