about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-23 08:24:06 +0200
committerGitHub <noreply@github.com>2019-08-23 08:24:06 +0200
commit4aef2212eea0da66843328da839487744537356d (patch)
tree2716b92c6d83f04ca821527febbe29287ec641f4 /nixos/tests/all-tests.nix
parent611fbf7206aa86dc595befb90f395a37ed6a0336 (diff)
downloadnixlib-4aef2212eea0da66843328da839487744537356d.tar
nixlib-4aef2212eea0da66843328da839487744537356d.tar.gz
nixlib-4aef2212eea0da66843328da839487744537356d.tar.bz2
nixlib-4aef2212eea0da66843328da839487744537356d.tar.lz
nixlib-4aef2212eea0da66843328da839487744537356d.tar.xz
nixlib-4aef2212eea0da66843328da839487744537356d.tar.zst
nixlib-4aef2212eea0da66843328da839487744537356d.zip
Revert "nixos/containers: add unprivileged option"
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 3ac3d683b535..b6930cc3a706 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -48,7 +48,6 @@ in
   colord = handleTest ./colord.nix {};
   containers-bridge = handleTest ./containers-bridge.nix {};
   containers-ephemeral = handleTest ./containers-ephemeral.nix {};
-  containers-unprivileged = handleTest ./containers-unprivileged.nix {};
   containers-extra_veth = handleTest ./containers-extra_veth.nix {};
   containers-hosts = handleTest ./containers-hosts.nix {};
   containers-imperative = handleTest ./containers-imperative.nix {};