From: Martin v. Löwis Date: Wed, 7 Apr 2010 19:11:32 +0000 (+0000) Subject: Issue #8337: Disable the remaining test also for now. X-Git-Tag: v2.7b1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a39eccfe168a1ce86197aca0a5cd1de67aa1589;p=python Issue #8337: Disable the remaining test also for now. --- diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index f2ab58add1..0195ca3cd8 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -645,7 +645,7 @@ class PyLocalsTests(DebuggerTests): r".*\na = 1\nb = 2\nc = 3\n.*") def test_main(): - run_unittest(PrettyPrintTests, + run_unittest(#PrettyPrintTests, #PyListTests, #StackNavigationTests, #PyBtTests,