PYTHON-5813 - Skip QE prefixPreview and suffixPreview tests on server… (#2792)
This commit is contained in:
parent
c30eff1291
commit
575d75f4d3
@ -3326,6 +3326,7 @@ class TestAutomaticDecryptionKeys(AsyncEncryptionIntegrationTest):
|
||||
class TestExplicitTextEncryptionProse(AsyncEncryptionIntegrationTest):
|
||||
@async_client_context.require_no_standalone
|
||||
@async_client_context.require_version_min(8, 2, -1)
|
||||
@async_client_context.require_version_max(8, 99, 99)
|
||||
@async_client_context.require_libmongocrypt_min(1, 15, 1)
|
||||
@async_client_context.require_pymongocrypt_min(1, 16, 0)
|
||||
async def asyncSetUp(self):
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "8.2.0",
|
||||
"maxServerVersion": "8.99.99",
|
||||
"topologies": [
|
||||
"replicaset",
|
||||
"sharded",
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "8.2.0",
|
||||
"maxServerVersion": "8.99.99",
|
||||
"topologies": [
|
||||
"replicaset",
|
||||
"sharded",
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "8.2.0",
|
||||
"maxServerVersion": "8.99.99",
|
||||
"topologies": [
|
||||
"replicaset",
|
||||
"sharded",
|
||||
|
||||
@ -126,7 +126,7 @@
|
||||
],
|
||||
"tests": [
|
||||
{
|
||||
"description": "Insert QE suffixPreview",
|
||||
"description": "Insert QE substringPreview",
|
||||
"operations": [
|
||||
{
|
||||
"name": "insertOne",
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
"runOnRequirements": [
|
||||
{
|
||||
"minServerVersion": "8.2.0",
|
||||
"maxServerVersion": "8.99.99",
|
||||
"topologies": [
|
||||
"replicaset",
|
||||
"sharded",
|
||||
|
||||
@ -3308,6 +3308,7 @@ class TestAutomaticDecryptionKeys(EncryptionIntegrationTest):
|
||||
class TestExplicitTextEncryptionProse(EncryptionIntegrationTest):
|
||||
@client_context.require_no_standalone
|
||||
@client_context.require_version_min(8, 2, -1)
|
||||
@client_context.require_version_max(8, 99, 99)
|
||||
@client_context.require_libmongocrypt_min(1, 15, 1)
|
||||
@client_context.require_pymongocrypt_min(1, 16, 0)
|
||||
def setUp(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user