From c4c84b67d58487247c8591caa4af2f459db78d7c Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 7 May 2020 10:03:57 -0400 Subject: Disable a failing test. --- tests/rest/client/v2_alpha/test_auth.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/rest/client/v2_alpha/test_auth.py') diff --git a/tests/rest/client/v2_alpha/test_auth.py b/tests/rest/client/v2_alpha/test_auth.py index 587be7b2e7..efc20f86aa 100644 --- a/tests/rest/client/v2_alpha/test_auth.py +++ b/tests/rest/client/v2_alpha/test_auth.py @@ -182,6 +182,9 @@ class FallbackAuthTests(unittest.HomeserverTestCase): self.render(request) self.assertEqual(channel.code, 403) + # This behavior is currently disabled. + test_cannot_change_operation.skip = True + def test_complete_operation_unknown_session(self): """ Attempting to mark an invalid session as complete should error. -- cgit 1.5.1