summaryrefslogtreecommitdiffstats
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-28 13:42:53 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-28 13:47:14 +0200
commitf596f0323f82eaaa819720fb5734a306e46b5541 (patch)
tree195f70080a6e33f51bcd8d2496db592649d6871d /nixos/release.nix
parent412477e914f851b1c8b2ff474f31e5d860791fd2 (diff)
Disable the ec2-config test
"amazon-init.nix" is not included in the default AMIs because it unconditionally runs a nixos-rebuild. Also, the test has never worked (http://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.ec2-config).
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 4492ee4046ea..1a1ed4bca410 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -220,7 +220,7 @@ in rec {
tests.dockerRegistry = hydraJob (import tests/docker-registry.nix { system = "x86_64-linux"; });
tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });
tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops;
- tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;
+ #tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;
tests.firefox = callTest tests/firefox.nix {};
tests.firewall = callTest tests/firewall.nix {};
tests.fleet = hydraJob (import tests/fleet.nix { system = "x86_64-linux"; });