From e869dc0ce06f8835d1d407aa8ad2f201f80c1ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Thu, 20 Jan 2022 13:04:47 +0100 Subject: [PATCH] Revert "nixosTests.gnome: add autologin delay to catch GDM failures" --- nixos/tests/gnome.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/tests/gnome.nix b/nixos/tests/gnome.nix index 4471126902a6..06f387ecad67 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;