Skip to content

Commit bcfa803

Browse files
authored
Merge pull request #970 from xedin/revert-jwt-xfail
Remove XFAILs from vapor_jwt and vapor_jwt-kit projects
2 parents 78a9967 + 06259b9 commit bcfa803

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

projects.json

+2-18
Original file line numberDiff line numberDiff line change
@@ -4476,15 +4476,7 @@
44764476
"action": "BuildSwiftPackage",
44774477
"build_tests": "true",
44784478
"configuration": "release",
4479-
"tags": "sourcekit-disabled swiftpm",
4480-
"xfail": [
4481-
{
4482-
"issue": "https://github.com/swiftlang/swift/issues/78870",
4483-
"compatibility": ["5.10"],
4484-
"branch": ["release/6.1", "main"],
4485-
"job": ["source-compat"]
4486-
}
4487-
]
4479+
"tags": "sourcekit-disabled swiftpm"
44884480
}
44894481
]
44904482
},
@@ -4509,15 +4501,7 @@
45094501
"action": "BuildSwiftPackage",
45104502
"build_tests": "true",
45114503
"configuration": "release",
4512-
"tags": "sourcekit-disabled swiftpm",
4513-
"xfail": [
4514-
{
4515-
"issue": "https://github.com/swiftlang/swift/issues/78870",
4516-
"compatibility": ["5.10"],
4517-
"branch": ["release/6.1", "main"],
4518-
"job": ["source-compat"]
4519-
}
4520-
]
4504+
"tags": "sourcekit-disabled swiftpm"
45214505
}
45224506
]
45234507
},

0 commit comments

Comments
 (0)