We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9bac4 commit ecbf3dfCopy full SHA for ecbf3df
Tests/SwiftSDKGeneratorTests/EndToEndTests.swift
@@ -275,9 +275,9 @@ func buildTestcases(config: SDKConfiguration) async throws {
275
var logger = Logger(label: "EndToEndTests")
276
logger[metadataKey: "testcase"] = "testPackageInitExecutable"
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
- }
+// if ProcessInfo.processInfo.environment.keys.contains("JENKINS_URL") {
+// throw XCTSkip("EndToEnd tests cannot currently run in CI: https://github.com/swiftlang/swift-sdk-generator/issues/145")
+// }
281
282
if config.withDocker {
283
do {
0 commit comments