Skip to content

Commit 6bcc1c1

Browse files
[lldb] Skip TestSwiftAsyncStepOverAsyncLet while rare failure is investigated
1 parent 8bdbd74 commit 6bcc1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/stepping/step_over_asynclet/TestSwiftAsyncStepOverAsyncLet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
@skipIfAsan # rdar://138777205
8+
@skipIf(bugnumber = "rdar://144868718")
89
class TestCase(lldbtest.TestBase):
910

1011
def check_is_in_line(self, thread, linenum):

0 commit comments

Comments
 (0)