mirror of
https://github.com/brl/mutter.git
synced 2025-07-07 03:19:51 +00:00
conform: Move timeline-base under conditional check
The timeline base test unit is pretty slow, and under heavy load it will tend to fail because of skipped frames. We should put it under conditional testing and only run it if `-m slow` is passed to the test harness.
This commit is contained in:
@ -231,7 +231,7 @@ main (int argc, char **argv)
|
||||
TEST_CONFORM_SIMPLE ("/script", state_base);
|
||||
TEST_CONFORM_SIMPLE ("/script", script_margin);
|
||||
|
||||
TEST_CONFORM_SIMPLE ("/timeline", timeline_base);
|
||||
TEST_CONFORM_SKIP (g_test_slow (), "/timeline", timeline_base);
|
||||
TEST_CONFORM_SIMPLE ("/timeline", timeline_markers_from_script);
|
||||
TEST_CONFORM_SKIP (g_test_slow (), "/timeline", timeline_interpolation);
|
||||
TEST_CONFORM_SKIP (g_test_slow (), "/timeline", timeline_rewind);
|
||||
|
Reference in New Issue
Block a user