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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to