Issue #21951: Temporary skip crashing test_user_command on AIX.

This commit is contained in:
Serhiy Storchaka 2014-07-30 10:59:46 +03:00
parent ec2ce092a2
commit 95a9e0bf8c

View file

@ -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):