From edd38d460c9df13f68ce01dacd5547223898d366 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 7 Sep 2024 17:03:20 +0800 Subject: [PATCH] nixos/tests/mate-wayland: Disable flaky OCR test Restarting the test helps though. The text is probably too small in size? --- nixos/tests/mate-wayland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/mate-wayland.nix b/nixos/tests/mate-wayland.nix index 563f735c803a..73f94ababc49 100644 --- a/nixos/tests/mate-wayland.nix +++ b/nixos/tests/mate-wayland.nix @@ -39,7 +39,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { with subtest("Check if MATE session components actually start"): for i in ["wayfire", "mate-panel", "mate-wayland.sh", "mate-wayland-components.sh"]: machine.wait_until_succeeds(f"pgrep -f {i}") - machine.wait_for_text('(Applications|Places|System)') # It is expected that this applet doesn't work in Wayland machine.wait_for_text('WorkspaceSwitcherApplet')