summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-05-07 10:03:57 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-05-07 10:05:00 -0400
commitc4c84b67d58487247c8591caa4af2f459db78d7c (patch)
tree0567c2b5d9ef99c2812b026b76c6028518d3a81b
parentDisable validation that a UI authentication session has not been modified dur... (diff)
downloadsynapse-c4c84b67d58487247c8591caa4af2f459db78d7c.tar.xz
Disable a failing test.
-rw-r--r--tests/rest/client/v2_alpha/test_auth.py3
1 files changed, 3 insertions, 0 deletions
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.