Commit fc4aa76d authored by Stefan Krah's avatar Stefan Krah

Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.

parent 175df1ee
......@@ -452,7 +452,7 @@ class ThreadJoinOnShutdown(BaseTestCase):
# problems with some operating systems (issue #3863): skip problematic tests
# on platforms known to behave badly.
platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5',
'os2emx')
'os2emx', 'hp-ux11')
def _run_and_join(self, script):
script = """if 1:
......
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