Skip to content

Commit 6d5ecf4

Browse files
committed
remove CI check
1 parent 0460f5f commit 6d5ecf4

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
@@ -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"

0 commit comments

Comments
 (0)