maint: Ignore get_uri_nixos_cache because of network access
(cherry picked from commit 89736dd18452d11b11e4581a549da1df956d81c6)
This commit is contained in:
parent
36ea74c707
commit
dbab66b38d
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore] // Needs network access
|
||||||
fn get_uri_nixos_cache() {
|
fn get_uri_nixos_cache() {
|
||||||
let store = Store::open("https://cache.nixos.org/").unwrap();
|
let store = Store::open("https://cache.nixos.org/").unwrap();
|
||||||
let uri = store.get_uri().unwrap();
|
let uri = store.get_uri().unwrap();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue