mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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";
|
name = "cloud-init";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ lewo ];
|
maintainers = [ lewo ];
|
||||||
|
broken = true; # almost always times out after spending many hours
|
||||||
};
|
};
|
||||||
nodes.machine = { ... }:
|
nodes.machine = { ... }:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue