From 4e6085dc4c351a11f442852be7ffc899ca6c916d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=A4nitz?= Date: Tue, 18 Feb 2025 13:57:49 +0100 Subject: [PATCH] [lldb][lldb-dap][test] Skip launch test on Windows again --- lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py b/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py index 7898d01457afc..2900cee89f611 100644 --- a/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py +++ b/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py @@ -224,6 +224,7 @@ def test_args(self): 'arg[%i] "%s" not in "%s"' % (i + 1, quoted_arg, lines[i]), ) + @skipIfWindows def test_environment_with_object(self): """ Tests launch of a simple program with environment variables