Skip to content

Commit

Permalink
Merge pull request apple#673 from ahoppen/pr/un-xfail-stress-tester
Browse files Browse the repository at this point in the history
Un-XFail Kingfisher
  • Loading branch information
ahoppen committed Jun 6, 2022
2 parents fe48ee4 + 182065d commit c24440a
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions projects.json
Expand Up @@ -1272,30 +1272,14 @@
"workspace": "Kingfisher.xcworkspace",
"scheme": "Kingfisher",
"destination": "generic/platform=tvOS",
"configuration": "Release",
"xfail": [
{
"issue": "rdar://94154905",
"compatibility": "5.0",
"branch": ["main"],
"job": ["source-compat"]
}
]
"configuration": "Release"
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "Kingfisher.xcworkspace",
"scheme": "Kingfisher",
"destination": "generic/platform=watchOS",
"configuration": "Release",
"xfail": [
{
"issue": "rdar://94154905",
"compatibility": "5.0",
"branch": ["main"],
"job": ["source-compat"]
}
]
"configuration": "Release"
}
]
},
Expand Down

0 comments on commit c24440a

Please sign in to comment.