mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #21951: Temporary skip crashing test_user_command on AIX.
This commit is contained in:
commit
8f46da1b29
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ class TclTest(unittest.TestCase):
|
|||
self.assertEqual(passValue(['a', ['b', 'c']]),
|
||||
('a', ('b', 'c')) if self.wantobjects else 'a {b c}')
|
||||
|
||||
@unittest.skipIf(sys.platform.startswith("aix"), 'Issue #21951: crashes on AIX')
|
||||
def test_user_command(self):
|
||||
result = None
|
||||
def testfunc(arg):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue