summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-03-02 07:26:27 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-03-02 07:28:47 +0100
commit45344fdf193ad8aebcc7e3d4c1c997c8067b7b16 (patch)
tree840568ed29b18ff2aa5ebd98748480b8dcd0e9ba /nixos/release-combined.nix
parent1fbcce4448a99b2cf909670b49834cdb74dfb156 (diff)
downloadnixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.tar
nixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.tar.gz
nixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.tar.bz2
nixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.tar.lz
nixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.tar.xz
nixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.tar.zst
nixlib-45344fdf193ad8aebcc7e3d4c1c997c8067b7b16.zip
tested job: drop the hibernate test on i686 for now
/cc #23107.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 6c048e8a0aca..57d39a2325fd 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -68,7 +68,7 @@ in rec {
         (all nixos.tests.boot.uefiCdrom)
         (all nixos.tests.boot.uefiUsb)
         (all nixos.tests.boot-stage1)
-        (all nixos.tests.hibernate)
+        nixos.tests.hibernate.x86_64-linux # i686 is flaky, see #23107
         (all nixos.tests.ecryptfs)
         (all nixos.tests.ipv6)
         (all nixos.tests.i3wm)