Skip to content

Commit f7a5284

Browse files
committed
Handle failing test
1 parent a19b46b commit f7a5284

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/suite/test_support_stdlib.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def load_tests(loader, standard_tests, pattern):
2222
test.test_support.TestSupport('test_args_from_interpreter_flags'), # https://github.com/IronLanguages/ironpython3/issues/1541
2323
test.test_support.TestSupport('test_optim_args_from_interpreter_flags'), # https://github.com/IronLanguages/ironpython3/issues/1541
2424
]
25-
if is_osx:
26-
failing_tests += [
27-
test.test_support.TestSupport('test_change_cwd'), # https://github.com/IronLanguages/ironpython3/issues/1543
28-
]
25+
if is_osx:
26+
failing_tests += [
27+
test.test_support.TestSupport('test_change_cwd'), # https://github.com/IronLanguages/ironpython3/issues/1543
28+
]
2929

3030
skip_tests = []
3131

0 commit comments

Comments
 (0)