File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/SwiftSDKGeneratorTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ final class RepeatedBuildTests: XCTestCase {
115
115
private let logger = Logger ( label: " swift-sdk-generator " )
116
116
117
117
func testRepeatedSDKBuilds( ) async throws {
118
- if ProcessInfo . processInfo. environment. keys. contains ( " JENKINS_URL " ) {
119
- throw XCTSkip ( " EndToEnd tests cannot currently run in CI: https://github.com/swiftlang/swift-sdk-generator/issues/145 " )
120
- }
118
+ // if ProcessInfo.processInfo.environment.keys.contains("JENKINS_URL") {
119
+ // throw XCTSkip("EndToEnd tests cannot currently run in CI: https://github.com/swiftlang/swift-sdk-generator/issues/145")
120
+ // }
121
121
122
122
var logger = logger
123
123
logger [ metadataKey: " testcase " ] = " testRepeatedSDKBuilds "
You can’t perform that action at this time.
0 commit comments