Skip to content

Commit

Permalink
nixosTests.terminal-emulators.lomiri-terminal-app: Drop (#378809)
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 authored Feb 11, 2025
2 parents 7ed3d40 + 82c62d1 commit 69155ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions nixos/tests/lomiri.nix
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ in
machine.send_key("ctrl-alt-t")
wait_for_text(r"(${user}|machine)")
machine.screenshot("terminal_opens")
# lomiri-terminal-app has a separate VM test to test its basic functionality
machine.send_key("alt-f4")
# We want the ability to launch applications
Expand Down Expand Up @@ -601,8 +598,6 @@ in
wait_for_text(r"(${user}|machine)")
machine.screenshot("terminal_opens")
# lomiri-terminal-app has a separate VM test to test its basic functionality
# for the LSS lomiri-content-hub test to work reliably, we need to kick off peer collecting
machine.send_chars("lomiri-content-hub-test-importer\n")
wait_for_text(r"(/build/source|hub.cpp|handler.cpp|void|virtual|const)") # awaiting log messages from lomiri-content-hub
Expand Down
5 changes: 0 additions & 5 deletions nixos/tests/terminal-emulators.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ let

konsole.pkg = p: p.plasma5Packages.konsole;

lomiri-terminal-app.pkg = p: p.lomiri.lomiri-terminal-app;
# after recent Mesa change, borked software rendering config under x86_64 icewm?
# BGR colour display on x86_64, RGB on aarch64
lomiri-terminal-app.colourTest = false;

lxterminal.pkg = p: p.lxterminal;

mate-terminal.pkg = p: p.mate.mate-terminal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ stdenv.mkDerivation (finalAttrs: {
];

passthru = {
tests.vm-test = nixosTests.terminal-emulators.lomiri-terminal-app;
tests = {
# The way the test works sometimes causes segfaults in qtfeedback
# https://gitlab.com/ubports/development/apps/lomiri-terminal-app/-/issues/117
# vm-test = nixosTests.terminal-emulators.lomiri-terminal-app;
inherit (nixosTests.lomiri) desktop-basics desktop-appinteractions;
};
updateScript = gitUpdater {
rev-prefix = "v";
};
Expand Down

0 comments on commit 69155ec

Please sign in to comment.