diff --git a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py index 58123251a64e5..70d08f4884c08 100644 --- a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py +++ b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py @@ -201,7 +201,6 @@ def test_dyld_library_path(self): hostoslist=["windows"], triple='.*-android') @expectedFailureAll(oslist=["windows"]) # process load not implemented - @expectedFailureAll(oslist=["linux"], archs=["arm"]) # Fails on ubuntu jammy def test_lldb_process_load_and_unload_commands(self): self.setSvr4Support(False) self.run_lldb_process_load_and_unload_commands()