summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_auth.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-07 15:19:54 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-07 15:19:54 +0100
commit5adad58d959ed0b249d43a9df81f034edc8876e7 (patch)
treea6455de4649dcfcff9837252f39f4a635c9f9f2f /tests/rest/client/v2_alpha/test_auth.py
parentMerge commit '4d3ebc' into matrix-org-hotfixes (diff)
parentPropagate changes to the client dict to the database. (diff)
downloadsynapse-5adad58d959ed0b249d43a9df81f034edc8876e7.tar.xz
Merge remote-tracking branch 'origin/clokep/no-validate-ui-auth-sess' into matrix-org-hotfixes
Diffstat (limited to 'tests/rest/client/v2_alpha/test_auth.py')
-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.