Skip to content

Commit ecbf3df

Browse files
committed
wip: allow end to end tests to run in CI
1 parent 8a9bac4 commit ecbf3df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ func buildTestcases(config: SDKConfiguration) async throws {
275275
var logger = Logger(label: "EndToEndTests")
276276
logger[metadataKey: "testcase"] = "testPackageInitExecutable"
277277

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+
// }
281281

282282
if config.withDocker {
283283
do {

0 commit comments

Comments
 (0)