nixos/tests/terminal-emulators: Kill mlterm
Without any investigation hopefully this can make the mlterm test less flaky.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user