diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-04-07 19:11:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-04-07 19:11:32 (GMT) |
commit | 9a39eccfe168a1ce86197aca0a5cd1de67aa1589 (patch) | |
tree | a49702b888de2f261e5a30a2f26107ac19744f37 /Lib | |
parent | 6d22cfcee44d77abc03d3194b92e1f57f821cb49 (diff) | |
download | cpython-9a39eccfe168a1ce86197aca0a5cd1de67aa1589.zip cpython-9a39eccfe168a1ce86197aca0a5cd1de67aa1589.tar.gz cpython-9a39eccfe168a1ce86197aca0a5cd1de67aa1589.tar.bz2 |
Issue #8337: Disable the remaining test also for now.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_gdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class PyLocalsTests(DebuggerTests): r".*\na = 1\nb = 2\nc = 3\n.*") def test_main(): - run_unittest(PrettyPrintTests, + run_unittest(#PrettyPrintTests, #PyListTests, #StackNavigationTests, #PyBtTests, |