Skip to content

Commit bff02dd

Browse files
committed
Disable a test in StringIndex
update add code
1 parent 4590be1 commit bff02dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/stdlib/StringIndex.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,9 @@ suite.test("String.replaceSubrange index validation")
10601060
}
10611061
}
10621062

1063-
suite.test("Substring.removeSubrange entire range") {
1063+
suite.test("Substring.removeSubrange entire range")
1064+
.skip(.always("Disabled due to rdar://99627624"))
1065+
.code {
10641066
guard #available(SwiftStdlib 5.7, *) else {
10651067
// This is a regression found in 5.7+
10661068
return

0 commit comments

Comments
 (0)