From 9a39eccfe168a1ce86197aca0a5cd1de67aa1589 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 7 Apr 2010 19:11:32 +0000 Subject: [PATCH] Issue #8337: Disable the remaining test also for now. --- Lib/test/test_gdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.1