Skip to content

Commit bf2dcc1

Browse files
[lldb] Skip TestSwiftAsyncSteppingManyTasks while rare failure is investigated
1 parent 10a4e84 commit bf2dcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/async/stepping/step_over_lots_of_tasks/TestSwiftAsyncSteppingManyTasks.py

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

66

77
@skipIfAsan # rdar://138777205
8-
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))
8+
@skipIf(bugnumber = "rdar://144868718")
99
class TestCase(lldbtest.TestBase):
1010

1111
def check_is_in_line(self, thread, expected_linenum, expected_tid):

0 commit comments

Comments
 (0)