mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue