Skip to content

Commit b807b27

Browse files
committed
Revert QE check
1 parent f38d8cd commit b807b27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Doctrine/ODM/MongoDB/Tests/BaseTestCase.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ protected function skipTestIfQueryableEncryptionNotSupported(): void
225225
new Command(['buildInfo' => 1]),
226226
)->toArray()[0];
227227

228+
if (! in_array('enterprise', $buildInfo->modules ?? [])) {
229+
$this->markTestSkipped('Queryable Encryption test requires MongoDB Atlas or Enterprise');
230+
}
231+
228232
$this->requireVersion($buildInfo->version, '7.0', '<', 'Queryable Encryption test requires MongoDB 7.0 or higher');
229233
}
230234

0 commit comments

Comments
 (0)