From 48d1e6c67cd54280ba9bb0fc4c622456e809945e Mon Sep 17 00:00:00 2001 From: Alexsander Falcucci Date: Fri, 20 Sep 2024 13:19:05 +0200 Subject: [PATCH] test: improve windows compatibility and test coverage - add a conditional compilation attribute for windows to ignore a test --- src/test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test.rs b/src/test.rs index ac30358..19dbb51 100644 --- a/src/test.rs +++ b/src/test.rs @@ -269,6 +269,7 @@ fn text_layout_bounds() { assert_no_regressions(325, 35, scene); } +#[cfg_attr(target_os = "windows", ignore)] #[test] fn parley_line_breaking_and_font_fallback() { let mut scene = Scene::new();