mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixosTests.ec2-config: mark as broken
This test wants to download things from the internet while building the system. It can probably be fixed by ensuring these paths are present in the initial nix-store.
This commit is contained in:
parent
20d09ec3d1
commit
97a32bcd08
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ in {
|
|||
|
||||
boot-ec2-config = makeEc2Test {
|
||||
name = "config-userdata";
|
||||
meta.broken = true; # amazon-init wants to download from the internet while building the system
|
||||
inherit image;
|
||||
sshPublicKey = snakeOilPublicKey;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue