maint: Ignore get_uri_nixos_cache because of network access

(cherry picked from commit 89736dd18452d11b11e4581a549da1df956d81c6)
This commit is contained in:
Robert Hensing 2024-03-19 18:02:04 +01:00
parent 36ea74c707
commit dbab66b38d

View file

@ -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();