We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c7ce3 commit dd002d4Copy full SHA for dd002d4
Tests/CommandsTests/PackageCommandTests.swift
@@ -5452,6 +5452,10 @@ struct PackageCommandTests {
5452
.IssueWindowsRelativePathAssert,
5453
.IssueWindowsLongPath,
5454
.IssueWindowsPathLastConponent,
5455
+ .issue(
5456
+ "https://github.com/swiftlang/swift-package-manager/issues/9083",
5457
+ relationship: .defect,
5458
+ ),
5459
arguments: getBuildData(for: SupportedBuildSystemOnAllPlatforms),
5460
Self.getCommandPluginNetworkingPermissionTestData()
5461
)
0 commit comments