diff --git a/tests/debug/runners.py b/tests/debug/runners.py index 4787f967..ff40236a 100644 --- a/tests/debug/runners.py +++ b/tests/debug/runners.py @@ -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")