Skip to content

Commit ae2a6f0

Browse files
authored
Merge pull request #518 from hborla/xfail-beacon-kit
XFAIL BeaconKit
2 parents 4d22464 + 8c5fe5f commit ae2a6f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

projects.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,14 @@
228228
{
229229
"action": "BuildSwiftPackage",
230230
"configuration": "debug",
231-
"tags": "sourcekit-disabled swiftpm"
231+
"tags": "sourcekit-disabled swiftpm",
232+
"xfail": [
233+
{
234+
"issue": "rdar://problem/76359678",
235+
"compatibility": ["5.1", "4.0"],
236+
"branch": ["main"]
237+
}
238+
]
232239
},
233240
{
234241
"action": "TestSwiftPackage",

0 commit comments

Comments
 (0)