aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/hocker-fetchdocker
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-23 11:15:41 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-23 22:42:02 +0200
commitaa55b14beba76e60a50c2c9381da1e768e96b925 (patch)
treed77788df67b3d7fd7e242933bce9afab7981ad28 /nixos/tests/hocker-fetchdocker
parent0e817997a2c1da691a77f66bfaac75543b8c2523 (diff)
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.
Diffstat (limited to 'nixos/tests/hocker-fetchdocker')
-rw-r--r--nixos/tests/hocker-fetchdocker/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/hocker-fetchdocker/default.nix b/nixos/tests/hocker-fetchdocker/default.nix
index 6dbd8031174c..978dbf310b12 100644
--- a/nixos/tests/hocker-fetchdocker/default.nix
+++ b/nixos/tests/hocker-fetchdocker/default.nix
@@ -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;