Disable attach-to-PID tests on Travis due to #1915.

This commit is contained in:
Pavel Minaev 2019-11-14 12:45:56 -08:00 committed by Pavel Minaev
parent 7d585d4301
commit 3fc156ca32

View file

@ -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")