[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)

Recently we have disabled this test for Windows host and Linux target.
Now we faced the same issue #92419 in case of Linux x86_64 host and
Linux Aarch64 target.
This commit is contained in:
Dmitry Vasilyev
2024-05-30 19:56:46 +04:00
committed by GitHub
parent facb767e5b
commit 59e2a6b08f

View File

@@ -92,7 +92,6 @@ class DebuggerAPITestCase(TestBase):
self.assertEqual(get_cache_line_size(), new_cache_line_size)
@expectedFailureAll(
hostoslist=["windows"],
remote=True,
bugnumber="github.com/llvm/llvm-project/issues/92419",
)