Issue #21951: Temporary skip crashing test_user_command on AIX.

This commit is contained in:
Serhiy Storchaka 2014-07-30 11:00:45 +03:00
commit 8f46da1b29
1 changed files with 1 additions and 0 deletions

View File

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