diff --git a/tests/debugpy/test_multiproc.py b/tests/debugpy/test_multiproc.py index f955e3be..9f075cd4 100644 --- a/tests/debugpy/test_multiproc.py +++ b/tests/debugpy/test_multiproc.py @@ -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():