summary refs log tree commit diff
path: root/nixos/tests/gnome.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-01-20 13:04:47 +0100
committerGitHub <noreply@github.com>2022-01-20 13:04:47 +0100
commite869dc0ce06f8835d1d407aa8ad2f201f80c1ab8 (patch)
tree19d3015e3baf74e4c44c8ede173c75cd5fdd1910 /nixos/tests/gnome.nix
parentdd2dcbbfe893b6511a6b9fbfa610dd29531bfbc4 (diff)
downloadnixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.tar
nixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.tar.gz
nixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.tar.bz2
nixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.tar.lz
nixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.tar.xz
nixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.tar.zst
nixpkgs-e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8.zip
Revert "nixosTests.gnome: add autologin delay to catch GDM failures"
Diffstat (limited to 'nixos/tests/gnome.nix')
-rw-r--r--nixos/tests/gnome.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/gnome.nix b/nixos/tests/gnome.nix
index 4471126902a..06f387ecad6 100644
--- a/nixos/tests/gnome.nix
+++ b/nixos/tests/gnome.nix
@@ -18,8 +18,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
           enable = true;
           user = "alice";
         };
-        # Catch GDM failures that don't happen with AutomaticLoginEnable, e.g. https://github.com/NixOS/nixpkgs/issues/149539
-        gdm.autoLogin.delay = 1;
       };
 
       services.xserver.desktopManager.gnome.enable = true;