nixosTests.cloud-init: broken = true;
https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.cloud-init.x86_64-linux/all
This commit is contained in:
parent
3371c7f004
commit
19d127f8c8
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ in makeTest {
|
|||
name = "cloud-init";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ lewo ];
|
||||
broken = true; # almost always times out after spending many hours
|
||||
};
|
||||
nodes.machine = { ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue