Skip to content

Commit cab1055

Browse files
committed
Auto merge of #12903 - lnicola:rainbows, r=Veykril
Only run rainbow highlighting test on 64-bit Unix
2 parents b8763fe + 948c9af commit cab1055

File tree

1 file changed

+4
-0
lines changed
  • crates/ide/src/syntax_highlighting

1 file changed

+4
-0
lines changed

crates/ide/src/syntax_highlighting/tests.rs

+4
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,10 @@ fn main() {
915915
}
916916

917917
#[test]
918+
#[cfg_attr(
919+
all(unix, not(target_pointer_width = "64")),
920+
ignore = "depends on `DefaultHasher` outputs"
921+
)]
918922
fn test_rainbow_highlighting() {
919923
check_highlighting(
920924
r#"

0 commit comments

Comments
 (0)