Skip to content

Commit 14d30fb

Browse files
authored
Merge pull request #7575 from bulbazord/20230725/disable-test-swift-step-in-async
[lldb] Disable TestSwiftStepInAsync.py
2 parents 898d5b3 + 338513e commit 14d30fb

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)