Skip to content

Commit 84cfa22

Browse files
authored
Unskip artifact bundle test with Swift Build (#9357)
The new backend supports static libraries in artifact bundles now. Closes #9311
1 parent b520573 commit 84cfa22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/FunctionalTests/StaticBinaryLibrary.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import _InternalTestSupport
1919
struct StaticBinaryLibraryTests {
2020
@Test(
2121
.issue("https://github.com/swiftlang/swift-package-manager/issues/8657", relationship: .defect),
22-
.issue("https://github.com/swiftlang/swift-package-manager/issues/9311", relationship: .defect),
2322
.tags(
2423
.TestSize.large,
2524
.Feature.Command.Run,
@@ -33,7 +32,6 @@ struct StaticBinaryLibraryTests {
3332
func staticLibrary(
3433
buildData: BuildData,
3534
) async throws {
36-
3735
try await withKnownIssue {
3836
try await fixture(name: "BinaryLibraries") { fixturePath in
3937
let (stdout, _) = try await executeSwiftRun(
@@ -51,7 +49,6 @@ struct StaticBinaryLibraryTests {
5149
}
5250
} when: {
5351
ProcessInfo.hostOperatingSystem == .windows
54-
|| buildData.buildSystem == .swiftbuild
5552
}
5653
}
5754
}

0 commit comments

Comments
 (0)