about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-16 11:49:10 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-16 11:49:10 +0200
commitee72a0c3864e8fbb4e8a01863f28409d3aa23e44 (patch)
tree04519b81f93bea35403481122f30ea5db6c7da39 /nixos/tests
parent6dafee8d6704957e123de1b51d3e406848f4aac8 (diff)
downloadnixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.tar
nixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.tar.gz
nixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.tar.bz2
nixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.tar.lz
nixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.tar.xz
nixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.tar.zst
nixlib-ee72a0c3864e8fbb4e8a01863f28409d3aa23e44.zip
Disable the trac test
It's been failing since forever.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/default.nix b/nixos/tests/default.nix
index 17fe6a6d045f..dc608b12d99e 100644
--- a/nixos/tests/default.nix
+++ b/nixos/tests/default.nix
@@ -32,6 +32,6 @@ with import ../lib/testing.nix { inherit system minimal; };
   simple = makeTest (import ./simple.nix);
   #subversion = makeTest (import ./subversion.nix);
   tomcat = makeTest (import ./tomcat.nix);
-  trac = makeTest (import ./trac.nix);
+  #trac = makeTest (import ./trac.nix);
   xfce = makeTest (import ./xfce.nix);
 }