mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #21951: Temporary skip crashing test_user_command on AIX.
This commit is contained in:
parent
ec2ce092a2
commit
95a9e0bf8c
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ class TclTest(unittest.TestCase):
|
|||
self.assertEqual(passValue((1, '2', (3.4,))),
|
||||
(1, '2', (3.4,)) if self.wantobjects else '1 2 3.4')
|
||||
|
||||
@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