Skip to content

Commit c24440a

Browse files
authored
Merge pull request #673 from ahoppen/pr/un-xfail-stress-tester
Un-XFail Kingfisher
2 parents fe48ee4 + 182065d commit c24440a

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

projects.json

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

0 commit comments

Comments
 (0)