summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-12-04 00:35:07 +0100
committerFlorian Klink <flokli@flokli.de>2019-12-04 00:35:07 +0100
commitb62c02ce0453d6e683623e0bbe18339cdd01dc68 (patch)
tree1d420828bb388c03cd352c30250b7414ed8fb22a /nixos/tests
parentf8218178f7e080012114d272907fdfa8009d0a53 (diff)
downloadnixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.tar
nixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.tar.gz
nixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.tar.bz2
nixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.tar.lz
nixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.tar.xz
nixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.tar.zst
nixpkgs-b62c02ce0453d6e683623e0bbe18339cdd01dc68.zip
nixosTests.gocd-agent: mark as broken
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/gocd-agent.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/gocd-agent.nix b/nixos/tests/gocd-agent.nix
index 105b6baa94e..5b630a40736 100644
--- a/nixos/tests/gocd-agent.nix
+++ b/nixos/tests/gocd-agent.nix
@@ -13,6 +13,10 @@ import ./make-test-python.nix ({ pkgs, ...} : {
   name = "gocd-agent";
   meta = with pkgs.stdenv.lib.maintainers; {
     maintainers = [ grahamc swarren83 ];
+
+    # gocd agent needs to register with the autoregister key created on first server startup,
+    # but NixOS module doesn't seem to allow to pass during runtime currently
+    broken = true;
   };
 
   nodes = {