Skip test_reattach (#1594)

This commit is contained in:
Pavel Minaev 2019-07-14 19:14:01 -07:00 committed by Pavel Minaev
parent 44ca8fa3fc
commit 2963bf98fe

View file

@ -55,7 +55,7 @@ def test_attach(run_as, wait_for_attach, is_attached, break_into_debugger):
@pytest.mark.parametrize(
"start_method", ["attach_socket_cmdline", "attach_socket_import"]
)
# @pytest.mark.skip(reason="Test fails often in local runs. Uncomment as needed.")
@pytest.mark.skip(reason="https://github.com/microsoft/ptvsd/issues/1594")
def test_reattach(pyfile, start_method, run_as):
@pyfile
def code_to_debug():