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:
Florian Klink 2020-08-23 11:15:41 +02:00
parent 0e817997a2
commit aa55b14beb

View file

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