Skip to content

Commit

Permalink
Also disable on i686 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Apr 17, 2024
1 parent eace810 commit 3037b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tex-outputs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fn file_encoding() {

// Works around an issue where old (~2.7) Harfbuzz lays out glyphs differently.
// Remove this once all external Harfbuzz versions don't exhibit the glyph-swapping behavior.
#[cfg(not(feature = "external-harfbuzz"))]
#[cfg(not(any(feature = "external-harfbuzz", target_arch = "x86")))]
#[test]
fn utf8_chars() {
TestCase::new("utf8_chars")
Expand Down

0 comments on commit 3037b2c

Please sign in to comment.