diff --git a/Tests/Integration/test-caldav-scheduling.py b/Tests/Integration/test-caldav-scheduling.py index 56a8a046a..a458e815a 100755 --- a/Tests/Integration/test-caldav-scheduling.py +++ b/Tests/Integration/test-caldav-scheduling.py @@ -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