summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/seatv4
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2023-06-15 15:07:32 +0100
committerDavid Edmundson <davidedmundson@kde.org>2023-08-22 14:17:10 +0000
commite457ab967fc6b0b782d9c29ca21d77728a890ba8 (patch)
tree2a4ddac32b28df80d0b331507dde8525fbe81cec /tests/auto/client/seatv4
parent92e1cae1c6f54436fcd38502c248bc374b96a843 (diff)
tests: Send frame callbacks by default
Currently we have special handling for wl-shell to automatically respond to frame callbacks in the mock compositor. With the framecallback timer this results in flaky tests as the window becomes unexposed. Pick-to: 6.6 Change-Id: I2add44d59ba26368c031a381849891f49764bfb5 Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'tests/auto/client/seatv4')
-rw-r--r--tests/auto/client/seatv4/tst_seatv4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/client/seatv4/tst_seatv4.cpp b/tests/auto/client/seatv4/tst_seatv4.cpp
index 8d78c2b36..7b80c02f5 100644
--- a/tests/auto/client/seatv4/tst_seatv4.cpp
+++ b/tests/auto/client/seatv4/tst_seatv4.cpp
@@ -23,6 +23,7 @@ public:
{
exec([this] {
m_config.autoConfigure = true;
+ m_config.autoFrameCallback = false; // for cursor animation test
removeAll<Seat>();