Issue #8337: Disable the remaining test also for now.

This commit is contained in:
Martin v. Löwis 2010-04-07 19:11:32 +00:00
parent 6d22cfcee4
commit 9a39eccfe1
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ class PyLocalsTests(DebuggerTests):
r".*\na = 1\nb = 2\nc = 3\n.*") r".*\na = 1\nb = 2\nc = 3\n.*")
def test_main(): def test_main():
run_unittest(PrettyPrintTests, run_unittest(#PrettyPrintTests,
#PyListTests, #PyListTests,
#StackNavigationTests, #StackNavigationTests,
#PyBtTests, #PyBtTests,