diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-14 09:59:57 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-14 09:59:57 +0100 |
commit | d00ccc12e7c27b42538389be4595f658ac2cc4eb (patch) | |
tree | a11417f6ccc080c16f691890eaf8863eaa67866b | |
parent | 04fa1ac472c22b49578db222bc2d72a342f9a789 (diff) |
Skip part of the self-handle test until we fix its race conditiontelepathy-glib-0.99.11
-rw-r--r-- | tests/dbus/self-handle.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dbus/self-handle.c b/tests/dbus/self-handle.c index 6d0683c58..4a9d48151 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 |