From a6060d4f0c6ef5f33af290d032f8ffd21163fc1b Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 30 Sep 2019 02:48:13 -0700 Subject: [PATCH] Disable test_client_ide_from_path_mapping_linux_backend due to #1812. --- tests/ptvsd/server/test_path_mapping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ptvsd/server/test_path_mapping.py b/tests/ptvsd/server/test_path_mapping.py index f5a3cae4..dc90ba9f 100644 --- a/tests/ptvsd/server/test_path_mapping.py +++ b/tests/ptvsd/server/test_path_mapping.py @@ -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):