Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/introspection/ApiSelectorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,8 @@ protected virtual bool Skip (Type type, string selectorName)
case "CPListImageRowItem":
switch (selectorName) {
case "imageTitles":
if (TestRuntime.CheckXcodeVersion (26, 1))
return false; // fixed in Xcode 26.1, no longer need the skip
return TestRuntime.CheckXcodeVersion (26, 0); // https://github.com/rolfbjarne/apple-feedback/tree/main/FB18122430
}
break;
Expand Down
Loading