File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import _InternalTestSupport
1919struct 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}
You can’t perform that action at this time.
0 commit comments