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";
|
name = "test-hocker-fetchdocker";
|
||||||
meta = with pkgs.stdenv.lib.maintainers; {
|
meta = with pkgs.stdenv.lib.maintainers; {
|
||||||
maintainers = [ ixmatus ];
|
maintainers = [ ixmatus ];
|
||||||
|
broken = true; # tries to download from registry-1.docker.io - how did this ever work?
|
||||||
};
|
};
|
||||||
|
|
||||||
machine = import ./machine.nix;
|
machine = import ./machine.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user