]> granicus.if.org Git - python/commitdiff
Issue #8337: Disable the remaining test also for now.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 7 Apr 2010 19:11:32 +0000 (19:11 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 7 Apr 2010 19:11:32 +0000 (19:11 +0000)
Lib/test/test_gdb.py

index f2ab58add1a28a8be7544ef35b4a32ec201eebdf..0195ca3cd8d0a4ede90fc73185e679eeb133ddf5 100644 (file)
@@ -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,