Skip to content

Commit

Permalink
test: improve windows compatibility and test coverage
Browse files Browse the repository at this point in the history
- add a conditional compilation attribute for windows to ignore a test
  • Loading branch information
falcucci committed Sep 20, 2024
1 parent 13ce572 commit 48d1e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 48d1e6c

Please sign in to comment.