Skip to content

Commit 019280a

Browse files
un-xfail distributed actors (#1030)
* un-xfail distributed actors * unxfail hummingbird and swiftlint-legacy
1 parent 5eb0ee8 commit 019280a

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

projects.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3210,15 +3210,7 @@
32103210
"branch": ["main", "release/6.0", "release/6.1", "release/6.2"],
32113211
"job": ["source-compat"],
32123212
"configuration": ["debug"]
3213-
},
3214-
{
3215-
"issue": "rdar://159565344",
3216-
"compatibility": ["4.0", "4.2"],
3217-
"branch": ["main"],
3218-
"job": ["source-compat"],
3219-
"configuration": ["release"]
32203213
}
3221-
32223214
]
32233215
},
32243216
{
@@ -3477,13 +3469,6 @@
34773469
"job": [
34783470
"source-compat"
34793471
]
3480-
},
3481-
{
3482-
"issue": "rdar://163791748",
3483-
"platform": "Darwin",
3484-
"compatibility": "5.7",
3485-
"branch": ["main"],
3486-
"job": ["source-compat"]
34873472
}
34883473
]
34893474
}
@@ -5449,17 +5434,7 @@
54495434
"action": "BuildSwiftPackage",
54505435
"build_tests": "true",
54515436
"configuration": "release",
5452-
"tags": "swiftpm",
5453-
"xfail": [
5454-
{
5455-
"issue": "rdar://163680457",
5456-
"compatibility": ["5.10"],
5457-
"branch": ["main"],
5458-
"job": ["source-compat"],
5459-
"platform": "Darwin",
5460-
"configuration": "release"
5461-
}
5462-
]
5437+
"tags": "swiftpm"
54635438
}
54645439
]
54655440
},

0 commit comments

Comments
 (0)