Skip to content

Commit c38ace7

Browse files
authored
Merge pull request #669 from xymus/xfail-kingfisher
XFail Kingfisher on watchOS and tvOS
2 parents 0ab9a6e + 63f31b0 commit c38ace7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

projects.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,14 +1272,30 @@
12721272
"workspace": "Kingfisher.xcworkspace",
12731273
"scheme": "Kingfisher",
12741274
"destination": "generic/platform=tvOS",
1275-
"configuration": "Release"
1275+
"configuration": "Release",
1276+
"xfail": [
1277+
{
1278+
"issue": "rdar://94154905",
1279+
"compatibility": "5.0",
1280+
"branch": ["main"],
1281+
"job": ["source-compat"]
1282+
}
1283+
]
12761284
},
12771285
{
12781286
"action": "BuildXcodeWorkspaceScheme",
12791287
"workspace": "Kingfisher.xcworkspace",
12801288
"scheme": "Kingfisher",
12811289
"destination": "generic/platform=watchOS",
1282-
"configuration": "Release"
1290+
"configuration": "Release",
1291+
"xfail": [
1292+
{
1293+
"issue": "rdar://94154905",
1294+
"compatibility": "5.0",
1295+
"branch": ["main"],
1296+
"job": ["source-compat"]
1297+
}
1298+
]
12831299
}
12841300
]
12851301
},

0 commit comments

Comments
 (0)