summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-01-20 21:38:21 +0100
committerGitHub <noreply@github.com>2022-01-20 21:38:21 +0100
commit5ac7a55c73fb68fec22f9733ae0fbefee29851a6 (patch)
treeca5d7c265a8eaaa0314616f8ebca70449bdd1354 /nixos
parentb1724b2f81b0bb43036d05acca344390ffd9092d (diff)
parente869dc0ce06f8835d1d407aa8ad2f201f80c1ab8 (diff)
downloadnixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.tar
nixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.tar.gz
nixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.tar.bz2
nixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.tar.lz
nixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.tar.xz
nixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.tar.zst
nixpkgs-5ac7a55c73fb68fec22f9733ae0fbefee29851a6.zip
Merge pull request #155862 from ncfavier/revert-150980-gdm-test
nixosTests.gnome: Revert "add autologin delay to catch GDM failures"
Diffstat (limited to 'nixos')
-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;