Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 1, 2024
1 parent f098f7a commit 7660deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ fn fetch_simple_redis() {
}

#[test]
// #[ignore = "Temporarily skip this as diskcache behavior on macOS 14.4.1 generates more hits (the \
// desired behavior) than other platforms"]
// #[ignore = "Temporarily skip this as diskcache behavior on macOS 14.4.1 generates more hits (the
// \ desired behavior) than other platforms"]
fn fetch_simple_diskcache() {
let wrk = Workdir::new("fetch");
wrk.create(
Expand Down

0 comments on commit 7660deb

Please sign in to comment.