From 9c1cdedcba2fd5233c71f0988d2eb725cc8f32ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 10 Sep 2016 10:49:24 +0200 Subject: [PATCH] Remove test leftover from docker-registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit d171c59926b77564089964f06ba761609b9a477e) Signed-off-by: Domen Kožar --- nixos/release.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/release.nix b/nixos/release.nix index 9ac96959a083..87e10b497314 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -228,7 +228,6 @@ in rec { tests.containers-imperative = callTest tests/containers-imperative.nix {}; tests.containers-extra_veth = callTest tests/containers-extra_veth.nix {}; tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; }); - tests.dockerRegistry = hydraJob (import tests/docker-registry.nix { system = "x86_64-linux"; }); tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; }; tests.ecryptfs = callTest tests/ecryptfs.nix {}; tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });