nixosTests.gocd-agent: mark as broken
This commit is contained in:
parent
f8218178f7
commit
b62c02ce04
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue