nixos/tests/terminal-emulators: Kill mlterm

Without any investigation hopefully this can make the
mlterm test less flaky.
This commit is contained in:
Bobby Rong
2025-11-28 08:14:42 +08:00
parent 356c0281e7
commit dbb6bf91db
+1
View File
@@ -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;