diff --git a/rust/nix-store/src/store.rs b/rust/nix-store/src/store.rs index 7f6f930..420e022 100644 --- a/rust/nix-store/src/store.rs +++ b/rust/nix-store/src/store.rs @@ -125,6 +125,7 @@ mod tests { } #[test] + #[ignore] // Needs network access fn get_uri_nixos_cache() { let store = Store::open("https://cache.nixos.org/").unwrap(); let uri = store.get_uri().unwrap();