From b62c02ce0453d6e683623e0bbe18339cdd01dc68 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 4 Dec 2019 00:35:07 +0100 Subject: [PATCH] nixosTests.gocd-agent: mark as broken --- nixos/tests/gocd-agent.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = {