mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Disable test_client_ide_from_path_mapping_linux_backend due to #1812.
This commit is contained in:
parent
2bf8f582b2
commit
a6060d4f0c
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from tests import debug, test_data
|
|||
from tests.patterns import some
|
||||
|
||||
|
||||
@pytest.mark.skip("https://github.com/microsoft/ptvsd/issues/1812")
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Linux/Mac only test.")
|
||||
@pytest.mark.parametrize("os_type", ["INVALID", ""])
|
||||
def test_client_ide_from_path_mapping_linux_backend(pyfile, target, run, os_type):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue