[glib/wip/pwithnall/2092-stupid-dbus-tests-again] WIP: disable possibly dodgy bit



commit e85e03186735ad92056cfe4ab5db3fd842e00cd9
Author: Philip Withnall <withnall endlessm com>
Date:   Tue May 5 11:22:26 2020 +0100

    WIP: disable possibly dodgy bit
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 gio/tests/gdbus-connection.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/gdbus-connection.c b/gio/tests/gdbus-connection.c
index 4fec8d0fd..802795c43 100644
--- a/gio/tests/gdbus-connection.c
+++ b/gio/tests/gdbus-connection.c
@@ -993,7 +993,7 @@ test_connection_filter (void)
 
   while (g_atomic_int_get (&data.num_handled) == 2)
     g_thread_yield ();
-
+#if 0
   m2 = g_dbus_message_copy (m, &error);
   g_assert_no_error (error);
   r = g_dbus_connection_send_message_with_reply_sync (c,
@@ -1030,7 +1030,7 @@ test_connection_filter (void)
   g_object_unref (r);
   g_assert_cmpint (g_atomic_int_get (&data.num_handled), ==, 4);
   g_assert_cmpint (g_atomic_int_get (&data.num_outgoing), ==, 4);
-
+#endif
   /* wait for service to be available */
   signal_handler_id = g_dbus_connection_signal_subscribe (c,
                                                           "org.freedesktop.DBus", /* sender */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]