mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
tests: Disable another timeout test by default
Don't run this timeout test unless "thorough" tests are requested.
See commit 3894335dc6
This commit is contained in:
parent
8e8ee82580
commit
9ea7947e22
@ -172,6 +172,12 @@ test_timeouts (void)
|
||||
GMainLoop *loop;
|
||||
GSource *source;
|
||||
|
||||
if (!g_test_thorough ())
|
||||
{
|
||||
g_test_skip ("Not running timing heavy test");
|
||||
return;
|
||||
}
|
||||
|
||||
a = b = c = 0;
|
||||
|
||||
ctx = g_main_context_new ();
|
||||
|
Loading…
Reference in New Issue
Block a user