Skip to content

Commit 9cae4e2

Browse files
Merge pull request #11642 from swiftlang/jepa-stable
[lldb][test] Skip `TestSwiftAsyncBacktraceLocals` as intermittently failing
2 parents 3a42763 + 83f9b34 commit 9cae4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/async/unwind/backtrace_locals/TestSwiftAsyncBacktraceLocals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import lldbsuite.test.lldbtest as lldbtest
44
import lldbsuite.test.lldbutil as lldbutil
55

6-
6+
@skipIf(bugnumber="rdar://162712775")
77
class TestSwiftAsyncBacktraceLocals(lldbtest.TestBase):
88

99
mydir = lldbtest.TestBase.compute_mydir(__file__)

0 commit comments

Comments
 (0)