mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable attach-to-PID tests on Travis due to #1915.
This commit is contained in:
parent
7d585d4301
commit
3fc156ca32
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ def _attach_common_config(session, target, cwd):
|
|||
|
||||
@_runner
|
||||
def attach_by_pid(session, target, cwd=None, wait=True):
|
||||
if os.getenv("TRAVIS"):
|
||||
pytest.skip("https://github.com/microsoft/ptvsd/issues/1915")
|
||||
if sys.version_info < (3,) and platform.system() == "Windows":
|
||||
pytest.skip("https://github.com/microsoft/ptvsd/issues/1811")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue