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,