Skip to content

Commit 9b2397a

Browse files
committed
Reapply "tests: disable flaky check on X11"
This reverts commit 8afffe6.
1 parent a7f816c commit 9b2397a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def test_mouse_resize(
665665

666666
wait_idle()
667667

668-
if shell_dbus_interface.ShellVersion[0] != 43:
668+
if gdk_backend != GdkBackend.X11 and shell_dbus_interface.ShellVersion[0] != 43:
669669
assert extension_test_hook.WindowRect == expected_rect2
670670

671671
finally:

0 commit comments

Comments
 (0)