From 5adc81e1461b6dbbc3d4b69777ce79dbef498f1e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Jan 2025 18:00:44 +0530 Subject: [PATCH] Skip colrv1 rendering on macOS --- kitty_tests/fonts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty_tests/fonts.py b/kitty_tests/fonts.py index 4a373c6de..6e18cb3f8 100644 --- a/kitty_tests/fonts.py +++ b/kitty_tests/fonts.py @@ -340,6 +340,7 @@ class Rendering(FontBaseTest): cells = render_string(text)[-1] self.ae(len(cells), sz) + @unittest.skipIf(is_macos, 'COLRv1 is only supported on Linux') def test_rendering_colrv1(self): f = create_face(self.path_for_font('twemoji_smiley-cff2_colr_1.otf')) f.set_size(64, 96, 96)