Unverified Commit dbb6bf91 authored by Bobby Rong's avatar Bobby Rong
Browse files

nixos/tests/terminal-emulators: Kill mlterm

Without any investigation hopefully this can make the
mlterm test less flaky.
parent 356c0281
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;