Skip to content

Commit 97a32bc

Browse files
committed
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.
1 parent 20d09ec commit 97a32bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nixos/tests/ec2.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ in {
108108

109109
boot-ec2-config = makeEc2Test {
110110
name = "config-userdata";
111+
meta.broken = true; # amazon-init wants to download from the internet while building the system
111112
inherit image;
112113
sshPublicKey = snakeOilPublicKey;
113114

0 commit comments

Comments
 (0)