about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-28 23:16:18 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-01 00:26:52 +0300
commit40ed22650737a444fee7883e69e852fd4b808133 (patch)
tree05b4cc21520d1fe93988de2a85ce0dbddbd0c8a2 /nixos/release.nix
parentbc3ddc9e6c30b71a74f47275b929fee96d93a06b (diff)
downloadnixlib-40ed22650737a444fee7883e69e852fd4b808133.tar
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.gz
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.bz2
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.lz
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.xz
nixlib-40ed22650737a444fee7883e69e852fd4b808133.tar.zst
nixlib-40ed22650737a444fee7883e69e852fd4b808133.zip
treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 7dc973a627c4..ee706ff986d4 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -303,7 +303,7 @@ in rec {
   #tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
   tests.peerflix = callTest tests/peerflix.nix {};
   tests.postgresql = callSubTests tests/postgresql.nix {};
-  tests.pgjwt = callTest tests/pgjwt.nix {};
+  #tests.pgjwt = callTest tests/pgjwt.nix {};
   tests.printing = callTest tests/printing.nix {};
   tests.proxy = callTest tests/proxy.nix {};
   tests.pumpio = callTest tests/pump.io.nix {};