Skip to content

Commit a724877

Browse files
committed
Disable a test on arch64-linux to fix the bots.
rdar://91005071
1 parent 93ecb2b commit a724877

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/lang/swift/variables/move_function/TestSwiftMoveFunction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class TestSwiftMoveFunctionType(TestBase):
2828

2929
mydir = TestBase.compute_mydir(__file__)
3030

31+
# Skip on aarch64 linux: rdar://91005071
32+
@skipIf(archs=['aarch64'], oslist=['linux'])
3133
@swiftTest
3234
def test_swift_move_function(self):
3335
"""Check that we properly show variables at various points of the CFG while

0 commit comments

Comments
 (0)