mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable test_autokill due to https://github.com/microsoft/debugpy/issues/3
This commit is contained in:
parent
c530c29281
commit
ddef96655f
1 changed files with 1 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ def test_subprocess(pyfile, target, run):
|
|||
assert child_argv == [child, "--arg1", "--arg2", "--arg3"]
|
||||
|
||||
|
||||
@pytest.mark.skip("https://github.com/microsoft/debugpy/issues/3")
|
||||
def test_autokill(pyfile, target):
|
||||
@pyfile
|
||||
def child():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue