mirror of https://github.com/python/cpython
Issue #21951: Temporary skip crashing test_user_command on AIX.
This commit is contained in:
commit
8f46da1b29
|
@ -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…
Reference in New Issue