Skip to content

Commit 6730578

Browse files
committed
Tests: Update test expectation - take 2
Update test expectation for executing SwiftPM tests using the build.ps1 script found in swiftlang/swift/utils/build.ps1. Relates to: swiftlang/swift#80405
1 parent 04ebe8b commit 6730578

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Tests/CommandsTests/TestCommandTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ struct TestCommandTests {
239239
}
240240
} when: {
241241
(buildSystem == .swiftbuild && .linux == ProcessInfo.hostOperatingSystem && CiEnvironment.runningInSelfHostedPipeline)
242-
|| (buildSystem == .swiftbuild && .windows == ProcessInfo.hostOperatingSystem && CiEnvironment.runningInSelfHostedPipeline)
242+
// || (buildSystem == .swiftbuild && .windows == ProcessInfo.hostOperatingSystem && CiEnvironment.runningInSelfHostedPipeline)
243+
|| (buildSystem == .swiftbuild && .windows == ProcessInfo.hostOperatingSystem )
243244
}
244245
}
245246

Tests/PackageLoadingTests/PD_6_2_LoadingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ struct PackageDescription6_2LoadingTests {
8686
results.checkIsEmpty()
8787
}
8888
} when: {
89-
isWindows
89+
isWindows && !CiEnvironment.runningInSmokeTestPipeline
9090
}
9191
}
9292
}

0 commit comments

Comments
 (0)