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 @@ -275,9 +275,9 @@ func buildTestcases(config: SDKConfiguration) async throws {
275
275
var logger = Logger ( label: " EndToEndTests " )
276
276
logger [ metadataKey: " testcase " ] = " testPackageInitExecutable "
277
277
278
- if ProcessInfo . processInfo. environment. keys. contains ( " JENKINS_URL " ) {
279
- throw XCTSkip ( " EndToEnd tests cannot currently run in CI: https://github.com/swiftlang/swift-sdk-generator/issues/145 " )
280
- }
278
+ // if ProcessInfo.processInfo.environment.keys.contains("JENKINS_URL") {
279
+ // throw XCTSkip("EndToEnd tests cannot currently run in CI: https://github.com/swiftlang/swift-sdk-generator/issues/145")
280
+ // }
281
281
282
282
if config. withDocker {
283
283
do {
You can’t perform that action at this time.
0 commit comments