Skip to content

Commit 6260537

Browse files
committed
Skip failing string validation test as on master, rdar://31992473
1 parent 2e05ad7 commit 6260537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validation-test/stdlib/String.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ StringTests.test("ForeignIndexes/UnexpectedCrash")
192192
expectEqual("a", acceptor[donor.startIndex])
193193
}
194194

195-
StringTests.test("ForeignIndexes/subscript(Index)/OutOfBoundsTrap") {
195+
StringTests.test("ForeignIndexes/subscript(Index)/OutOfBoundsTrap")
196+
.skip(.always("<rdar://problem/31992473>"))
197+
.code {
196198
let donor = "abcdef"
197199
let acceptor = "uvw"
198200

0 commit comments

Comments
 (0)