File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3416,7 +3416,9 @@ func checkGetObjectsAndKeys(
3416
3416
withExtendedLifetime ( canary) { }
3417
3417
}
3418
3418
3419
- DictionaryTestSuite . test ( " BridgedToObjC.Verbatim.getObjects:andKeys:count: " ) {
3419
+ DictionaryTestSuite . test ( " BridgedToObjC.Verbatim.getObjects:andKeys:count: " )
3420
+ . skip ( . always( " rdar://problem/41871587 " ) )
3421
+ . code {
3420
3422
let d = getBridgedNSDictionaryOfRefTypesBridgedVerbatim ( )
3421
3423
for count in 0 ..< d. count + 2 {
3422
3424
checkGetObjectsAndKeys ( d, count: count)
@@ -3521,7 +3523,9 @@ DictionaryTestSuite.test("BridgedToObjC.Custom.FastEnumeration_Empty") {
3521
3523
{ ( $0 as! TestObjCValueTy ) . value } )
3522
3524
}
3523
3525
3524
- DictionaryTestSuite . test ( " BridgedToObjC.Custom.getObjects:andKeys:count: " ) {
3526
+ DictionaryTestSuite . test ( " BridgedToObjC.Custom.getObjects:andKeys:count: " )
3527
+ . skip ( . always( " rdar://problem/41871587 " ) )
3528
+ . code {
3525
3529
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged ( )
3526
3530
for count in 0 ..< d. count + 2 {
3527
3531
checkGetObjectsAndKeys ( d, count: count)
You can’t perform that action at this time.
0 commit comments