Skip to content

Commit dd002d4

Browse files
authored
Test: Add issue to test (#9084)
Add an issue to a test so we can track it's withKnownIssue resolution
1 parent 08c7ce3 commit dd002d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/CommandsTests/PackageCommandTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5452,6 +5452,10 @@ struct PackageCommandTests {
54525452
.IssueWindowsRelativePathAssert,
54535453
.IssueWindowsLongPath,
54545454
.IssueWindowsPathLastConponent,
5455+
.issue(
5456+
"https://github.com/swiftlang/swift-package-manager/issues/9083",
5457+
relationship: .defect,
5458+
),
54555459
arguments: getBuildData(for: SupportedBuildSystemOnAllPlatforms),
54565460
Self.getCommandPluginNetworkingPermissionTestData()
54575461
)

0 commit comments

Comments
 (0)