[next] telepathy-glib: Skip part of the self-handle test until we fix its race condition
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 14 07:04:07 PDT 2014
Module: telepathy-glib
Branch: next
Commit: d00ccc12e7c27b42538389be4595f658ac2cc4eb
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=d00ccc12e7c27b42538389be4595f658ac2cc4eb
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed May 14 09:59:57 2014 +0100
Skip part of the self-handle test until we fix its race condition
---
tests/dbus/self-handle.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/dbus/self-handle.c b/tests/dbus/self-handle.c
index 6d0683c..4a9d481 100644
--- a/tests/dbus/self-handle.c
+++ b/tests/dbus/self-handle.c
@@ -273,6 +273,9 @@ test_change_inconveniently (Fixture *f,
GQuark features[] = { TP_CONNECTION_FEATURE_CONNECTED, 0 };
guint filter_id;
+ g_test_skip ("race condition, https://bugs.freedesktop.org/show_bug.cgi?id=78593");
+ return;
+
/* This test exercises what happens if the self-contact changes
* between obtaining its handle for the first time and having the
* TpContact fully prepared. In Telepathy 1.0, that can only happen
More information about the telepathy-commits
mailing list