Skip test_encrypt_server for CockroachDB

This commit is contained in:
Rafi Shamim 2021-04-20 12:27:27 -04:00 committed by Daniele Varrazzo
parent f469331af5
commit 73969ba3e7
2 changed files with 2 additions and 0 deletions

View File

@ -1517,6 +1517,7 @@ class TestEncryptPassword(ConnectingTestCase):
scope=self.conn, algorithm='md5'),
'md594839d658c28a357126f105b9cb14cfc')
@skip_if_crdb("password_encryption")
@skip_before_libpq(10)
@skip_before_postgres(10)
def test_encrypt_server(self):

View File

@ -497,6 +497,7 @@ crdb_reasons = {
"named cursor": 41412,
"nested array": 32552,
"notify": 41522,
"password_encryption": 42519,
"range": 41282,
"stored procedure": 1751,
}