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

nixos/tests/mate-wayland: Disable flaky OCR test

Restarting the test helps though. The text is probably too small in size?
parent dc1c7887
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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')