Skip to content

Commit 338513e

Browse files
committed
[lldb] Disable TestSwiftStepInAsync.py
This is blocking PR testing, disable until we can take a better look. rdar://116529018
1 parent 898d5b3 commit 338513e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/stepping/step-in/TestSwiftStepInAsync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class TestCase(lldbtest.TestBase):
1010

1111
@swiftTest
1212
@skipIf(oslist=['windows', 'linux'])
13+
@skipIf(bugnumber="rdar://116529018")
1314
def test(self):
1415
"""Test step-in to async functions"""
1516
self.build()

0 commit comments

Comments
 (0)