From 082d0581b76e280b3d26f2f01695a291f6f55f39 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 27 Aug 2025 14:20:22 +0300 Subject: Improve filtering for tests that need EGL This way we don't skip the layout animation tests. --- src/tests/animations.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests') diff --git a/src/tests/animations.rs b/src/tests/animations.rs index 90d64dc8..c28e5e63 100644 --- a/src/tests/animations.rs +++ b/src/tests/animations.rs @@ -124,7 +124,7 @@ fn set_up_two_in_column() -> (Fixture, ClientId, WlSurface, WlSurface) { } #[test] -fn height_resize_animates_next_y() { +fn egl_height_resize_animates_next_y() { let (mut f, id, surface1, surface2) = set_up_two_in_column(); // Issue a resize. @@ -171,7 +171,7 @@ fn height_resize_animates_next_y() { } #[test] -fn clientside_height_change_doesnt_animate() { +fn egl_clientside_height_change_doesnt_animate() { let (mut f, id, surface1, _surface2) = set_up_two_in_column(); // The initial state. -- cgit