summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/dbus/self-handle.c3
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