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 {
115115 private let logger = Logger ( label: " swift-sdk-generator " )
116116
117117 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+ // }
121121
122122 var logger = logger
123123 logger [ metadataKey: " testcase " ] = " testRepeatedSDKBuilds "
You can’t perform that action at this time.
0 commit comments