Skip to content

Commit 569f428

Browse files
committed
[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 b25f617 commit 569f428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

66

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

1011
mydir = lldbtest.TestBase.compute_mydir(__file__)

0 commit comments

Comments
 (0)