nixos/tests: Reenable couchdb

Works just fine in current master
wip/yesman
Silvan Mosberger 5 years ago
parent 5e974362be
commit 12eb0f524b
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
  1. 2
      nixos/tests/all-tests.nix

@ -56,7 +56,7 @@ in
containers-physical_interfaces = handleTest ./containers-physical_interfaces.nix {};
containers-restart_networking = handleTest ./containers-restart_networking.nix {};
containers-tmpfs = handleTest ./containers-tmpfs.nix {};
#couchdb = handleTest ./couchdb.nix {}; # spidermonkey-1.8.5 is marked as broken
couchdb = handleTest ./couchdb.nix {};
deluge = handleTest ./deluge.nix {};
dhparams = handleTest ./dhparams.nix {};
dnscrypt-proxy = handleTestOn ["x86_64-linux"] ./dnscrypt-proxy.nix {};

Loading…
Cancel
Save