Skip to content

Commit 7c9b3fd

Browse files
authored
Merge pull request #597 from benlangmuir/disable-two
XFAIL two failing projects
2 parents 0cba504 + 8e0a1a1 commit 7c9b3fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

projects.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,13 @@
24222422
"actions": [
24232423
{
24242424
"action": "BuildSwiftPackage",
2425+
"xfail": [
2426+
{
2427+
"issue": "https://bugs.swift.org/browse/SR-15232",
2428+
"compatibility": ["4.2", "5.3"],
2429+
"branch": ["main"]
2430+
}
2431+
],
24252432
"configuration": "release"
24262433
},
24272434
{
@@ -3307,6 +3314,12 @@
33073314
{
33083315
"action": "BuildSwiftPackage",
33093316
"configuration": "release",
3317+
"xfail": [
3318+
{
3319+
"issue": "rdar://83452858",
3320+
"compatibility": ["5.0"]
3321+
}
3322+
],
33103323
"tags": "sourcekit-disabled swiftpm"
33113324
},
33123325
{

0 commit comments

Comments
 (0)