mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
nixosTests.hocker-fetchdocker: mark as broken
This test tries to download from the official docker registry. I don't know how this could ever work, but let's mark it as broken for now.
This commit is contained in:
parent
0e817997a2
commit
aa55b14beb
@ -2,6 +2,7 @@ import ../make-test-python.nix ({ pkgs, ...} : {
|
||||
name = "test-hocker-fetchdocker";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ ixmatus ];
|
||||
broken = true; # tries to download from registry-1.docker.io - how did this ever work?
|
||||
};
|
||||
|
||||
machine = import ./machine.nix;
|
||||
|
Loading…
Reference in New Issue
Block a user