summaryrefslogtreecommitdiff
path: root/tests/twisted/jingle-share/test-send-file-send-before-accept.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/jingle-share/test-send-file-send-before-accept.py')
-rw-r--r--tests/twisted/jingle-share/test-send-file-send-before-accept.py4
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 dd0a0287c..76b0c37ed 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):