@@ -171,8 +171,6 @@ final class WorkspaceTests: XCTestCase {
171
171
}
172
172
173
173
func testInterpreterFlags() async throws {
174
- try skipOnWindowsAsTestCurrentlyFails()
175
-
176
174
let fs = localFileSystem
177
175
178
176
try testWithTemporaryDirectory { path in
@@ -297,8 +295,6 @@ final class WorkspaceTests: XCTestCase {
297
295
}
298
296
299
297
func testManifestParseError() async throws {
300
- try skipOnWindowsAsTestCurrentlyFails()
301
-
302
298
let observability = ObservabilitySystem.makeForTesting()
303
299
304
300
try await testWithTemporaryDirectory { path in
@@ -15899,8 +15895,6 @@ final class WorkspaceTests: XCTestCase {
15899
15895
}
15900
15896
15901
15897
func testSigningEntityVerification_SignedCorrectly() async throws {
15902
- try skipOnWindowsAsTestCurrentlyFails()
15903
-
15904
15898
let actualMetadata = RegistryReleaseMetadata.createWithSigningEntity(
15905
15899
.recognized(
15906
15900
type: "adp",
@@ -15920,8 +15914,6 @@ final class WorkspaceTests: XCTestCase {
15920
15914
}
15921
15915
15922
15916
func testSigningEntityVerification_SignedIncorrectly() async throws {
15923
- try skipOnWindowsAsTestCurrentlyFails()
15924
-
15925
15917
let actualMetadata = RegistryReleaseMetadata.createWithSigningEntity(
15926
15918
.recognized(
15927
15919
type: "adp",
@@ -15953,8 +15945,6 @@ final class WorkspaceTests: XCTestCase {
15953
15945
}
15954
15946
15955
15947
func testSigningEntityVerification_Unsigned() async throws {
15956
- try skipOnWindowsAsTestCurrentlyFails()
15957
-
15958
15948
let expectedSigningEntity: RegistryReleaseMetadata.SigningEntity = .recognized(
15959
15949
type: "adp",
15960
15950
commonName: "Jane Doe",
@@ -15977,8 +15967,6 @@ final class WorkspaceTests: XCTestCase {
15977
15967
}
15978
15968
15979
15969
func testSigningEntityVerification_NotFound() async throws {
15980
- try skipOnWindowsAsTestCurrentlyFails()
15981
-
15982
15970
let expectedSigningEntity: RegistryReleaseMetadata.SigningEntity = .recognized(
15983
15971
type: "adp",
15984
15972
commonName: "Jane Doe",
@@ -16001,8 +15989,6 @@ final class WorkspaceTests: XCTestCase {
16001
15989
}
16002
15990
16003
15991
func testSigningEntityVerification_MirroredSignedCorrectly() async throws {
16004
- try skipOnWindowsAsTestCurrentlyFails()
16005
-
16006
15992
let mirrors = try DependencyMirrors()
16007
15993
try mirrors.set(mirror: "ecorp.bar", for: "org.bar")
16008
15994
@@ -16032,8 +16018,6 @@ final class WorkspaceTests: XCTestCase {
16032
16018
}
16033
16019
16034
16020
func testSigningEntityVerification_MirrorSignedIncorrectly() async throws {
16035
- try skipOnWindowsAsTestCurrentlyFails()
16036
-
16037
16021
let mirrors = try DependencyMirrors()
16038
16022
try mirrors.set(mirror: "ecorp.bar", for: "org.bar")
16039
16023
@@ -16071,8 +16055,6 @@ final class WorkspaceTests: XCTestCase {
16071
16055
}
16072
16056
16073
16057
func testSigningEntityVerification_MirroredUnsigned() async throws {
16074
- try skipOnWindowsAsTestCurrentlyFails()
16075
-
16076
16058
let mirrors = try DependencyMirrors()
16077
16059
try mirrors.set(mirror: "ecorp.bar", for: "org.bar")
16078
16060
@@ -16098,8 +16080,6 @@ final class WorkspaceTests: XCTestCase {
16098
16080
}
16099
16081
16100
16082
func testSigningEntityVerification_MirroredToSCM() async throws {
16101
- try skipOnWindowsAsTestCurrentlyFails()
16102
-
16103
16083
let mirrors = try DependencyMirrors()
16104
16084
try mirrors.set(mirror: "https://scm.com/org/bar-mirror", for: "org.bar")
16105
16085
@@ -16485,8 +16465,6 @@ final class WorkspaceTests: XCTestCase {
16485
16465
archiver: Archiver? = .none,
16486
16466
fileSystem: FileSystem
16487
16467
) throws -> RegistryClient {
16488
- try skipOnWindowsAsTestCurrentlyFails()
16489
-
16490
16468
let jsonEncoder = JSONEncoder.makeWithDefaults()
16491
16469
16492
16470
guard let identity = packageIdentity.registry else {
0 commit comments