Skip to content

Commit 76d733c

Browse files
Merge pull request #5316 from adrian-prantl/100034078
Temporarily skip test that fails nondeterministically in CI
2 parents b286431 + c0d195b commit 76d733c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/test/API/lang/swift/unknown_reference/TestSwiftUnknownReference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def check_class(self, var_self):
2626
lldbutil.check_variable(self, m_base_string, summary='"hello"')
2727
lldbutil.check_variable(self, m_string, summary='"world"')
2828

29-
3029
@swiftTest
30+
@skipIfDarwin # This test fails non-reproducibly in CI. rdar://100034078
3131
@skipUnlessFoundation
3232
def test_unknown_objc_ref(self):
3333
"""Test unknown references to Objective-C objects."""

lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def check_class(self, var_self, broken):
3232

3333

3434
@skipIf(bugnumber="SR-10216", archs=['ppc64le'])
35+
@skipIfDarwin # This test fails non-reproducibly in CI. rdar://100034078
3536
@swiftTest
3637
@skipUnlessFoundation
3738
def test_unknown_self_objc_ref(self):

0 commit comments

Comments
 (0)