mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Disable two GDBus tests
These tests try to use GMainContext across fork() which now fails a lot more violently than it used to. See https://bugzilla.gnome.org/show_bug.cgi?id=658999 for information.
This commit is contained in:
@@ -347,7 +347,8 @@ main (int argc,
|
||||
/* all the tests rely on a shared main loop */
|
||||
loop = g_main_loop_new (NULL, FALSE);
|
||||
|
||||
g_test_add_func ("/gdbus/non-socket", test_non_socket);
|
||||
/* Disabled: see https://bugzilla.gnome.org/show_bug.cgi?id=658999
|
||||
* g_test_add_func ("/gdbus/non-socket", test_non_socket); */
|
||||
|
||||
ret = g_test_run();
|
||||
|
||||
|
Reference in New Issue
Block a user