Skip to content

Commit 4c2254b

Browse files
authored
Merge pull request #28406 from eeckstein/disable-test
2 parents 2ad52fb + 29a6d10 commit 4c2254b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/stdlib/BridgeIdAsAny.swift.gyb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ protocol P {}
175175
%{
176176
testCases = [
177177
# testName type valueExpr testFunc conformsToError conformsToHashable
178-
("classes", "LifetimeTracked", "LifetimeTracked(0)", "bridgedObjectPreservesIdentity", True, True),
178+
179+
# disabled to unblock CI: rdar://problem/57393991
180+
# ("classes", "LifetimeTracked", "LifetimeTracked(0)", "bridgedObjectPreservesIdentity", True, True),
181+
179182
("strings", "String", '"vitameatavegamin"', "stringBridgesToEqualNSString", True, True),
180183
("unbridged type", "KnownUnbridged", "KnownUnbridged()", "boxedTypeRoundTripsThroughDynamicCasting", False, True),
181184
("tuple", "(Int, String)", '(1, "2")', "tupleCanBeDynamicallyCast", False, False),

0 commit comments

Comments
 (0)