Commit 9a39eccf authored by Martin v. Löwis's avatar Martin v. Löwis

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

parent 6d22cfce
...@@ -645,7 +645,7 @@ class PyLocalsTests(DebuggerTests): ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment