diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py index 8555faf672269..a4ed443d3fe85 100644 --- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py @@ -33,6 +33,7 @@ def get_module_with_name(self, target, name): @skipUnlessDarwin @skipIfOutOfTreeDebugserver @skipIfRemote + @skipIfAsan # On ASAN builds, this test times-out (rdar://98678134) def test_launch_scripted_process_stack_frames(self): """Test that we can launch an lldb scripted process from the command line, check its process ID and read string from memory."""