File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
33173318class TestExplicitTextEncryptionProse (AsyncEncryptionIntegrationTest ):
33183319 @async_client_context .require_no_standalone
33193320 @async_client_context .require_version_min (8 , 2 , - 1 )
Original file line number Diff line number Diff 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" )
32993300class TestExplicitTextEncryptionProse (EncryptionIntegrationTest ):
33003301 @client_context .require_no_standalone
33013302 @client_context .require_version_min (8 , 2 , - 1 )
You can’t perform that action at this time.
0 commit comments