telepathy-gabble: Disable unreliable test-case

Simon McVittie smcv at kemper.freedesktop.org
Wed Jun 5 04:09:50 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: f844ca21c4074201ebb4f3e78531ae29dff97e6f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=f844ca21c4074201ebb4f3e78531ae29dff97e6f

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Jun  4 18:34:14 2013 +0100

Disable unreliable test-case

It has a race condition or something.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49595
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 .../test-send-file-send-before-accept.py           |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/jingle-share/test-send-file-send-before-accept.py b/tests/twisted/jingle-share/test-send-file-send-before-accept.py
index dd0a028..76b0c37 100644
--- a/tests/twisted/jingle-share/test-send-file-send-before-accept.py
+++ b/tests/twisted/jingle-share/test-send-file-send-before-accept.py
@@ -7,6 +7,10 @@ if not JINGLE_FILE_TRANSFER_ENABLED:
     print "NOTE: built with --disable-file-transfer or --disable-voip"
     raise SystemExit(77)
 
+print("FIXME: test is not stable enough.\n" +
+      "    https://bugs.freedesktop.org/show_bug.cgi?id=49595")
+raise SystemExit(77)
+
 class SendFileBeforeAccept(SendFileTest):
     def __init__(self, file, address_type,
                  access_control, acces_control_param):



More information about the telepathy-commits mailing list