(test) disabled the dance test for now, it's no longer relevant

pull/237/head
Ludovic Marcotte 2017-07-19 11:17:14 -04:00
parent 032b2fbbd4
commit 1a76ade0ec
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ class CalDAVSchedulingTest(unittest.TestCase):
self._putEvent(self.client, "%s%s" % (self.user_calendar, overlap_recurring_ics_name), nooverlap_event, exp_status=409)
def testRruleExceptionInvitationDance(self):
def NOtestRruleExceptionInvitationDance(self):
""" RRULE exception invitation dance """
# This workflow is based on what lightning 1.2.1 does