summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-23 10:31:58 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-23 10:31:58 +0200
commit97a32bcd082a32f8a4de68121f86f878b9b4bc9e (patch)
tree2ba00864da0ed33d46507980d990ab31c7874d2d /nixos
parent20d09ec3d1b7a21ee3979027f886576ddc2b9342 (diff)
downloadnixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.tar
nixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.tar.gz
nixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.tar.bz2
nixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.tar.lz
nixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.tar.xz
nixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.tar.zst
nixpkgs-97a32bcd082a32f8a4de68121f86f878b9b4bc9e.zip
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.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/ec2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/ec2.nix b/nixos/tests/ec2.nix
index ad3755bb6e0..df067248016 100644
--- a/nixos/tests/ec2.nix
+++ b/nixos/tests/ec2.nix
@@ -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;