From 1a76ade0ecbd3d0aff5858b1e5279d0698c09fa3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 19 Jul 2017 11:17:14 -0400 Subject: [PATCH] (test) disabled the dance test for now, it's no longer relevant --- Tests/Integration/test-caldav-scheduling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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