Skip to content

Commit 70c7645

Browse files
Merge v1.21 into v2.2 (#1856)
2 parents bbb13f9 + 6917245 commit 70c7645

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/SpecTests/ClientSideEncryptionSpecTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ static function (self $test, Collection $collection, array $document): void {
557557
#[DataProvider('provideBSONSizeLimitsAndBatchSplittingTests')]
558558
public function testBSONSizeLimitsAndBatchSplitting(Closure $test): void
559559
{
560-
$this->skipIfServerVersion('>=', '7.0.29', 'Encryption tests sending large payloads fail on some mongocryptd versions (See DRIVERS-3382)');
561-
562560
$client = static::createTestClient();
563561

564562
$client->selectCollection('db', 'coll')->drop();
@@ -626,8 +624,6 @@ public function testViewsAreProhibited(): void
626624
#[TestWith([false])]
627625
public function testCorpus($schemaMap = true): void
628626
{
629-
$this->skipIfServerVersion('>=', '7.0.29', 'Encryption tests sending large payloads fail on some mongocryptd versions (See DRIVERS-3382)');
630-
631627
$client = static::createTestClient();
632628
$client->selectDatabase('db')->dropCollection('coll');
633629

0 commit comments

Comments
 (0)