Skip to content

Commit c224067

Browse files
authored
PYTHON-5799 Skip TestExplicitTextEncryptionProse tests (mongodb#2915)
1 parent a09a6bb commit c224067

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/asynchronous/test_encryption.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,6 +3314,7 @@ async def test_collection_name_collision(self):
33143314

33153315

33163316
# https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#27-text-explicit-encryption
3317+
@unittest.skip("PYTHON-5799 need to add support for the new query type")
33173318
class TestExplicitTextEncryptionProse(AsyncEncryptionIntegrationTest):
33183319
@async_client_context.require_no_standalone
33193320
@async_client_context.require_version_min(8, 2, -1)

test/test_encryption.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3296,6 +3296,7 @@ def test_collection_name_collision(self):
32963296

32973297

32983298
# https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#27-text-explicit-encryption
3299+
@unittest.skip("PYTHON-5799 need to add support for the new query type")
32993300
class TestExplicitTextEncryptionProse(EncryptionIntegrationTest):
33003301
@client_context.require_no_standalone
33013302
@client_context.require_version_min(8, 2, -1)

0 commit comments

Comments
 (0)