[asterisk-commits] mjordan: testsuite/asterisk/trunk r3260 - /asterisk/trunk/tests/masquerade/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 6 14:52:20 CDT 2012
Author: mjordan
Date: Wed Jun 6 14:52:17 2012
New Revision: 3260
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3260
Log:
Disable masquerade test until failures are debugged
It appears as if having the timing source be timer_fd is causing
local channel optimizations to hang. This does not appear to be the
case with DAHDI as the timing source - so until this can be debugged
further, the test is being disabled. ASTERISK-19966 created to track
and resolve this problem.
Modified:
asterisk/trunk/tests/masquerade/test-config.yaml
Modified: asterisk/trunk/tests/masquerade/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/masquerade/test-config.yaml?view=diff&rev=3260&r1=3259&r2=3260
==============================================================================
--- asterisk/trunk/tests/masquerade/test-config.yaml (original)
+++ asterisk/trunk/tests/masquerade/test-config.yaml Wed Jun 6 14:52:17 2012
@@ -5,6 +5,8 @@
properties:
minversion: '1.8'
+ # Expected to fail per ASTERISK-19966
+ expectedResult: 'FAIL'
dependencies:
- python : 'twisted'
- python : 'starpy'
More information about the asterisk-commits
mailing list