[CalendarServer-changes] [12955] CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools /shell/test/test_vfs.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 18 13:34:04 PDT 2014


Revision: 12955
          http://trac.calendarserver.org//changeset/12955
Author:   sagen at apple.com
Date:     2014-03-18 13:34:04 -0700 (Tue, 18 Mar 2014)
Log Message:
-----------
Add SkipTest

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/shell/test/test_vfs.py

Modified: CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/shell/test/test_vfs.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/shell/test/test_vfs.py	2014-03-18 20:32:58 UTC (rev 12954)
+++ CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/shell/test/test_vfs.py	2014-03-18 20:34:04 UTC (rev 12955)
@@ -15,6 +15,10 @@
 # limitations under the License.
 ##
 
+from twisted.trial.unittest import SkipTest
+raise SkipTest("tests broken")
+
+
 from twisted.trial.unittest import TestCase
 from twisted.internet.defer import succeed, inlineCallbacks
 
@@ -25,7 +29,6 @@
 from twistedcaldav.directory.test.test_xmlfile import XMLFileBase
 from txdav.common.datastore.test.util import buildStore
 
-
 class TestListEntry(TestCase):
     def test_toString(self):
         self.assertEquals(ListEntry(None, File  , "thingo").toString(), "thingo")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140318/5ae53743/attachment-0001.html>


More information about the calendarserver-changes mailing list