Skip to content

Commit 9a2e76d

Browse files
authored
[test] Disable test/stdlib/StringIndex.swift to unblock CI (swiftlang#62874)
The test is now taking multiple hours to complete on some configurations. Let's disable this while I'm investigating offline. rdar://103934958
1 parent 7c59254 commit 9a2e76d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/StringIndex.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: executable_test
1010
// UNSUPPORTED: freestanding
1111

12+
// Temporarily disabled due to extremely slow execution in the "UTF-16 breadcrumbs" test
13+
// REQUIRES: rdar103934958
14+
1215
import StdlibUnittest
1316
#if _runtime(_ObjC)
1417
import Foundation

0 commit comments

Comments
 (0)