Skip to content

Commit 2a6487f

Browse files
committed
XFAIL Kingfisher & ReactiveKit
SR-15109
1 parent e83c2eb commit 2a6487f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projects.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,14 @@
12961296
"workspace": "Kingfisher.xcworkspace",
12971297
"scheme": "Kingfisher",
12981298
"destination": "generic/platform=iOS",
1299-
"configuration": "Release"
1299+
"configuration": "Release",
1300+
"xfail": [
1301+
{
1302+
"issue": "https://bugs.swift.org/browse/SR-15109",
1303+
"compatibility": ["5.1"],
1304+
"branch": ["main", "release/5.5"]
1305+
}
1306+
]
13001307
},
13011308
{
13021309
"action": "BuildXcodeWorkspaceScheme",
@@ -2249,7 +2256,14 @@
22492256
"workspace": "ReactiveKit.xcworkspace",
22502257
"scheme": "ReactiveKit-iOS",
22512258
"destination": "generic/platform=iOS",
2252-
"configuration": "Release"
2259+
"configuration": "Release",
2260+
"xfail": [
2261+
{
2262+
"issue": "https://bugs.swift.org/browse/SR-15109",
2263+
"compatibility": ["5.1"],
2264+
"branch": ["main", "release/5.5"]
2265+
}
2266+
]
22532267
},
22542268
{
22552269
"action": "BuildXcodeWorkspaceScheme",

0 commit comments

Comments
 (0)