Skip to content

Commit 2afb996

Browse files
eecksteinaugusto2112
authored andcommitted
[lldb][test] disable TestSwiftFoundationTypeNotification.py to unblock swift PR testing
This test sometimes fails in swift PR testing with an assert in the remangler rdar://156138054
1 parent d92a58f commit 2afb996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/lang/swift/foundation_value_types/notification/TestSwiftFoundationTypeNotification.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import lldbsuite.test.lldbutil as lldbutil
55

66

7+
@skipUnlessDarwin
8+
@skipIf(bugnumber='rdar://156138054') # fails sometimes in swift PR testing
79
class TestSwiftFoundationTypeNotification(lldbtest.TestBase):
810

911
mydir = lldbtest.TestBase.compute_mydir(__file__)

0 commit comments

Comments
 (0)