mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 02:13:44 +03:00
Skip test_encrypt_server for CockroachDB
This commit is contained in:
parent
f469331af5
commit
73969ba3e7
|
@ -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):
|
||||
|
|
|
@ -497,6 +497,7 @@ crdb_reasons = {
|
|||
"named cursor": 41412,
|
||||
"nested array": 32552,
|
||||
"notify": 41522,
|
||||
"password_encryption": 42519,
|
||||
"range": 41282,
|
||||
"stored procedure": 1751,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user