Skip to content

Commit

Permalink
Only run rainbow highlighting test on 64-bit Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jul 28, 2022
1 parent b8763fe commit 948c9af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/ide/src/syntax_highlighting/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,10 @@ fn main() {
}

#[test]
#[cfg_attr(
all(unix, not(target_pointer_width = "64")),
ignore = "depends on `DefaultHasher` outputs"
)]
fn test_rainbow_highlighting() {
check_highlighting(
r#"
Expand Down

0 comments on commit 948c9af

Please sign in to comment.