Skip to content

Commit

Permalink
Ignore test on 32-bit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 3, 2024
1 parent 2ac1ddd commit aaab4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/advisories/helpers/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ mod test {
use url::Url;

#[test]
#[cfg(all(target_pointer_width = "64", target_endian = "little"))]
fn converts_url_to_path() {
let root_path = crate::utf8path(std::env::current_dir().unwrap()).unwrap();

Expand Down

0 comments on commit aaab4c5

Please sign in to comment.