You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2012/12/12 13:30:13 UTC

svn commit: r1420641 - /qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py

Author: gsim
Date: Wed Dec 12 12:30:12 2012
New Revision: 1420641

URL: http://svn.apache.org/viewvc?rev=1420641&view=rev
Log:
PROTON-183: There have been a couple reports of intermittent issues with the messenger tests; disabling until they are resolved

Modified:
    qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py

Modified: qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py?rev=1420641&r1=1420640&r2=1420641&view=diff
==============================================================================
--- qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py (original)
+++ qpid/proton/trunk/proton-j/proton/src/main/scripts/proton.py Wed Dec 12 12:30:12 2012
@@ -511,7 +511,8 @@ class Timeout(Exception):
 class Messenger(object):
 
   def __init__(self, *args, **kwargs):
-    #raise Skipped()
+    #comment out or remove line below to enable messenger tests
+    raise Skipped()
     self.impl = MessengerImpl()
 
   def start(self):



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org