Skip to content

Commit 3299803

Browse files
authored
Merge pull request #60986 from Azoy/disable-test
[test] Disable a test in StringIndex
2 parents 1321b58 + bff02dd commit 3299803

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)