commit | 9a39eccfe168a1ce86197aca0a5cd1de67aa1589 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Apr 07 19:11:32 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Apr 07 19:11:32 2010 +0000 |
tree | a49702b888de2f261e5a30a2f26107ac19744f37 | |
parent | 6d22cfcee44d77abc03d3194b92e1f57f821cb49 [diff] [blame] |
Issue #8337: Disable the remaining test also for now.
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index f2ab58a..0195ca3 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py
@@ -645,7 +645,7 @@ r".*\na = 1\nb = 2\nc = 3\n.*") def test_main(): - run_unittest(PrettyPrintTests, + run_unittest(#PrettyPrintTests, #PyListTests, #StackNavigationTests, #PyBtTests,