You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/02/23 13:41:22 UTC

svn commit: r1292768 - /subversion/trunk/subversion/tests/cmdline/lock_tests.py

Author: philip
Date: Thu Feb 23 12:41:22 2012
New Revision: 1292768

URL: http://svn.apache.org/viewvc?rev=1292768&view=rev
Log:
* subversion/tests/cmdline/lock_tests.py
  (unlock_already_unlocked_files): Skip for serf due to issue 4126.

Modified:
    subversion/trunk/subversion/tests/cmdline/lock_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/lock_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/lock_tests.py?rev=1292768&r1=1292767&r2=1292768&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/lock_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/lock_tests.py Thu Feb 23 12:41:22 2012
@@ -1172,6 +1172,8 @@ def repos_lock_with_info(sbox):
 
 
 #----------------------------------------------------------------------
+@Issue(4126)
+@Skip(svntest.main.is_ra_type_dav_serf) # Issue 4126 unpredictable result
 def unlock_already_unlocked_files(sbox):
   "(un)lock set of files, one already (un)locked"