Skip to content

Commit

Permalink
Update tests/Resources/ti.ui.listview.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Dec 21, 2024
1 parent bb9470d commit f67241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Resources/ti.ui.listview.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ describe('Titanium.UI.ListView', function () {
should(view).matchImage('snapshots/listViewItem_template.png', { maxPixelMismatch: OS_IOS ? 23 : 0 }); // 23 pixels differ on actual iPhone
});

itListView header & footer', function () {
it('ListView header & footer', function () {
// FIXME: Does not honour scale correctly on macOS: https://jira-archive.titaniumsdk.com/TIMOB-28261
if (isCI && utilities.isMacOS() && OS_VERSION_MAJOR < 11) {
this.skip();
Expand Down

0 comments on commit f67241b

Please sign in to comment.