Skip to content

Commit

Permalink
Reapply "tests: disable flaky check on X11"
Browse files Browse the repository at this point in the history
This reverts commit 8afffe6.
  • Loading branch information
amezin committed Feb 4, 2025
1 parent a7f816c commit 9b2397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wm.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def test_mouse_resize(

wait_idle()

if shell_dbus_interface.ShellVersion[0] != 43:
if gdk_backend != GdkBackend.X11 and shell_dbus_interface.ShellVersion[0] != 43:
assert extension_test_hook.WindowRect == expected_rect2

finally:
Expand Down

0 comments on commit 9b2397a

Please sign in to comment.