From ddef96655fc05590781450ec8fe304aeb3000997 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Tue, 21 Jan 2020 21:43:19 -0800 Subject: [PATCH] Disable test_autokill due to https://github.com/microsoft/debugpy/issues/3 --- tests/debugpy/test_multiproc.py | 1 + 1 file changed, 1 insertion(+) 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():