about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-28 17:48:45 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-28 17:48:45 +0200
commitea85dd3eaf0cbd19ddf22f41391d092a21147063 (patch)
treee6d6f443c9921de565ccfdc5f7190d0272c637cc /modules/user
parent9bc65712570410c304d9667dd5faccc90fdb83ce (diff)
tests: Remove dummy test for i3
We already have an "i3wm" test in upstream <nixpkgs> which is much more
thorough than the unfinished test I've made here.

The intention of this test however was to specifically test the Vuizvui
service module. Nevertheless, it's still just a dummy test and the
"i3wm" test works much better, so let's remove it until we have a more
complete implementation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/services/i3/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/aszlig/services/i3/default.nix b/modules/user/aszlig/services/i3/default.nix
index 0814ac1e..1f913f64 100644
--- a/modules/user/aszlig/services/i3/default.nix
+++ b/modules/user/aszlig/services/i3/default.nix
@@ -106,8 +106,6 @@ in
   config = mkIf cfg.enable {
     vuizvui.user.aszlig.services.i3.workspaces = defaultWorkspaces;
 
-    vuizvui.requiresTests = [ ["vuizvui" "aszlig" "i3"] ];
-
     services.xserver.windowManager = {
       default = "i3";