Skip to content

Commit 4e21a53

Browse files
authored
Merge pull request #602 from benlangmuir/add-xfail-5.5
XFAIL swift-nio-ssl only on release/5.5
2 parents efb8f15 + 36232af commit 4e21a53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,6 +3308,13 @@
33083308
{
33093309
"action": "BuildSwiftPackage",
33103310
"configuration": "release",
3311+
"xfail": [
3312+
{
3313+
"issue": "rdar://83452858",
3314+
"compatibility": ["5.0"],
3315+
"branch": ["release/5.5"]
3316+
}
3317+
],
33113318
"tags": "sourcekit-disabled swiftpm"
33123319
},
33133320
{

0 commit comments

Comments
 (0)