Issue #8337: Disable the remaining test also for now.
This commit is contained in:
parent
6d22cfcee4
commit
9a39eccfe1
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue