From dbb6bf91db3d530b4008e42429149845d841d98e Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 28 Nov 2025 08:14:42 +0800 Subject: [PATCH] nixos/tests/terminal-emulators: Kill mlterm Without any investigation hopefully this can make the mlterm test less flaky. --- nixos/tests/terminal-emulators.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index 4da365954e3f..3f745b21f873 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -65,6 +65,7 @@ let mate-terminal.cmd = "SHELL=$command mate-terminal --disable-factory"; # factory mode uses dbus, and we don't have a proper dbus session set up mlterm.pkg = p: p.mlterm; + mlterm.kill = true; qterminal.pkg = p: p.lxqt.qterminal; qterminal.kill = true;