summaryrefslogtreecommitdiffstats
path: root/nixos/tests/gocd-agent.nix
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/gocd-agent.nix
parentf8218178f7e080012114d272907fdfa8009d0a53 (diff)
nixosTests.gocd-agent: mark as broken
Diffstat (limited to 'nixos/tests/gocd-agent.nix')
-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 105b6baa94e2..5b630a40736e 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 = {