Skip to content

Commit c103eac

Browse files
committed
[LLDB] Skip TestJobControl.py AArch64/Arm Linux
TestJobControl.py is randomly failing on AArch64/Arm Linux buildbots. I am marking it as skipped to make buildbot stable.
1 parent ba8f45f commit c103eac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/driver/job_control/TestJobControl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
class JobControlTest(PExpectTest):
1111

1212
mydir = TestBase.compute_mydir(__file__)
13-
13+
14+
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
1415
def test_job_control(self):
1516
def post_spawn():
1617
self.child.expect("PID=([0-9]+)")

0 commit comments

Comments
 (0)