We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a80f33 commit 4bbecbaCopy full SHA for 4bbecba
validation-test/stdlib/Prototypes/PersistentVector.swift.gyb
@@ -2148,7 +2148,9 @@ PersistentVectorTests.test("crash") {
2148
testDictionary(modifications: modifications)
2149
}
2150
2151
-PersistentVectorTests.test("updateValue/NoCollisionsInRootNode/1") {
+PersistentVectorTests.test("updateValue/NoCollisionsInRootNode/1")
2152
+ .skip(.custom({ true }, reason: "Fails in optimized mode. rdar://problem/27119174"))
2153
+ .code {
2154
for keyCount in 1..<33 {
2155
var modifications: [DictionaryModification] = []
2156
// Insert new keys.
0 commit comments