Skip to content

Commit 27d4571

Browse files
committed
Skip CSFLE automatic encryption tests for non-enterprise servers
1 parent 118f084 commit 27d4571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/SpecTests/ClientSideEncryption/Prose21_AutomaticDataEncryptionKeysTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ public function setUp(): void
3131
{
3232
parent::setUp();
3333

34+
if (! $this->isEnterprise()) {
35+
$this->markTestSkipped('Automatic data encryption key tests require MongoDB enterprise');
36+
}
37+
3438
if ($this->isStandalone() || ($this->isShardedCluster() && ! $this->isShardedClusterUsingReplicasets())) {
3539
$this->markTestSkipped('Automatic data encryption key tests require replica sets');
3640
}

0 commit comments

Comments
 (0)