tests/stage-view: Disable animations
Animations may interfere with test cases, e.g. by triggering relayouts, repaints, when not expected. Disable them, so that more precise test cases can be added. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2025>
This commit is contained in:
parent
f1f2c96784
commit
666a30952c
1 changed files with 2 additions and 0 deletions
|
@ -1288,6 +1288,8 @@ main (int argc, char *argv[])
|
|||
{
|
||||
g_autoptr (MetaContext) context = NULL;
|
||||
|
||||
g_setenv ("MUTTER_DEBUG_DISABLE_ANIMATIONS", "1", TRUE);
|
||||
|
||||
context = meta_create_test_context (META_CONTEXT_TEST_TYPE_NESTED,
|
||||
META_CONTEXT_TEST_FLAG_TEST_CLIENT);
|
||||
g_assert (meta_context_configure (context, &argc, &argv, NULL));
|
||||
|
|
Loading…
Reference in a new issue