Skip to content

Commit

Permalink
Remove XFAILs from vapor_jwt and vapor_jwt-kit projects
Browse files Browse the repository at this point in the history
ttps://github.com/swiftlang/swift/issues/78870 has been fixes
on main and release/6.1 and the projects are currently UPASS'ing.
  • Loading branch information
xedin committed Jan 28, 2025
1 parent 78a9967 commit 88a0eb9
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4476,15 +4476,7 @@
"action": "BuildSwiftPackage",
"build_tests": "true",
"configuration": "release",
"tags": "sourcekit-disabled swiftpm",
"xfail": [
{
"issue": "https://github.com/swiftlang/swift/issues/78870",
"compatibility": ["5.10"],
"branch": ["release/6.1", "main"],
"job": ["source-compat"]
}
]
"tags": "sourcekit-disabled swiftpm"
}
]
},
Expand All @@ -4509,15 +4501,7 @@
"action": "BuildSwiftPackage",
"build_tests": "true",
"configuration": "release",
"tags": "sourcekit-disabled swiftpm",
"xfail": [
{
"issue": "https://github.com/swiftlang/swift/issues/78870",
"compatibility": ["5.10"],
"branch": ["release/6.1", "main"],
"job": ["source-compat"]
}
]
"tags": "sourcekit-disabled swiftpm"
}
]
},
Expand Down

0 comments on commit 88a0eb9

Please sign in to comment.