From f52caf8890e605958fdd6e0b41507a65296760e2 Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Mon, 10 Nov 2025 15:35:44 -0800 Subject: [PATCH] Unskip artifact bundle test with Swift Build --- Tests/FunctionalTests/StaticBinaryLibrary.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tests/FunctionalTests/StaticBinaryLibrary.swift b/Tests/FunctionalTests/StaticBinaryLibrary.swift index 6006618f365..4806fd08113 100644 --- a/Tests/FunctionalTests/StaticBinaryLibrary.swift +++ b/Tests/FunctionalTests/StaticBinaryLibrary.swift @@ -19,7 +19,6 @@ import _InternalTestSupport struct StaticBinaryLibraryTests { @Test( .issue("https://github.com/swiftlang/swift-package-manager/issues/8657", relationship: .defect), - .issue("https://github.com/swiftlang/swift-package-manager/issues/9311", relationship: .defect), .tags( .TestSize.large, .Feature.Command.Run, @@ -33,7 +32,6 @@ struct StaticBinaryLibraryTests { func staticLibrary( buildData: BuildData, ) async throws { - try await withKnownIssue { try await fixture(name: "BinaryLibraries") { fixturePath in let (stdout, _) = try await executeSwiftRun( @@ -51,7 +49,6 @@ struct StaticBinaryLibraryTests { } } when: { ProcessInfo.hostOperatingSystem == .windows - || buildData.buildSystem == .swiftbuild } } }