Skip to content

Commit 3037b2c

Browse files
committed
Also disable on i686 for now
1 parent eace810 commit 3037b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tex-outputs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ fn file_encoding() {
201201

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

0 commit comments

Comments
 (0)