mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
tests: exclude some very long running tests from jobs with a non-optimized stdlib
Those are tests which take > 1000s on some simulator configurations with a non-optimized stdlib. We run those tests anyway with an optimized stdlib. So we don’t lose test coverage by disabling them for debug-stdlib. This fixes some sporadic time outs on the CI jobs.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: objc_interop
|
||||
|
||||
// With a non-optimized stdlib the test takes very long.
|
||||
// REQUIRES: optimized_stdlib
|
||||
|
||||
import SwiftPrivate
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user