nixosTests.gocd-agent: mark as broken

This commit is contained in:
Florian Klink 2019-12-04 00:35:07 +01:00
parent f8218178f7
commit b62c02ce04

View file

@ -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 = {