[LLDB] Skip HW breakpoints test_step_until on Arm/Linux

test_step_until xpasses on some machines while fails on others.
Marking it as skipped for now.
This commit is contained in:
Muhammad Omair Javaid 2021-07-28 15:24:52 +05:00
parent 8ed66cb88b
commit 30308d1eb9
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from functionalities.breakpoint.hardware_breakpoints.base import *
class BreakpointLocationsTestCase(HardwareBreakpointTestBase):
mydir = TestBase.compute_mydir(__file__)
@skipIf(oslist=["linux"], archs=["arm"])
def supports_hw_breakpoints(self):
return super().supports_hw_breakpoints()