[lldb][test] Disable new lldb-dap test on non-x86

Guessing that this is missing because it's failing on Arm 32 bit
and every other test has this requirement.
This commit is contained in:
David Spickett
2024-10-08 14:28:15 +00:00
parent a8289a35d0
commit 98c9c1a4d2

View File

@@ -90,6 +90,7 @@ class TestDAP_runInTerminal(lldbdap_testcase.DAPTestCaseBase):
env = self.dap_server.request_evaluate("foo")["body"]["result"]
self.assertIn("bar", env)
@skipIf(archs=no_match(["x86_64"]))
def test_runInTerminalWithObjectEnv(self):
if not self.isTestSupported():
return