Skip to content

Commit 4ed5ffd

Browse files
Merge pull request #10063 from felipepiovezan/felipe/disable_test
[lldb] Skip TestSwiftAsyncStepOverAsyncLet while rare failure is inve…
2 parents db9b664 + 6bcc1c1 commit 4ed5ffd

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)