diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-04 18:34:14 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-06 13:44:44 +0100 |
commit | 5a349b2323f8bfd8a5d18c1bc2d79ef14689c0fe (patch) | |
tree | e182e85cc487f5d85617f109251acedec46b7fb3 | |
parent | 83bb468e0d4b386d88821ba2981f981214e9ebc6 (diff) |
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@collabora.co.uk>
-rw-r--r-- | tests/twisted/jingle-share/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 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): |