Skip to content

Commit ca14a08

Browse files
committed
tests: disable many_trys.swift for iOS
For some reason this test times out sometimes when bulding for iOS rdar://106375480
1 parent fdc9817 commit ca14a08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/SILOptimizer/many_trys.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
// REQUIRES: tools-release,no_asan
88

9+
// For some reason this test times out sometimes when bulding for iOS: rdar://106375480
10+
// UNSUPPORTED: OS=ios
11+
912
public var gg = false
1013

1114
enum SomeError : Error {

0 commit comments

Comments
 (0)