mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Skip test_reattach (#1594)
This commit is contained in:
parent
44ca8fa3fc
commit
2963bf98fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue