Skip to content

Commit 71e171e

Browse files
Test fix.
1 parent 1f05fe2 commit 71e171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void AutomaticDataEncryptionKeys(
8989
[Range(1, 3)] int testCase,
9090
[Values(false, true)] bool async)
9191
{
92-
RequireServer.Check().Supports(Feature.Csfle2);
92+
RequireServer.Check().Supports(Feature.Csfle2).ClusterTypes(ClusterType.ReplicaSet, ClusterType.Sharded, ClusterType.LoadBalanced);
9393

9494
var kmsProvider = "local";
9595
using (var client = ConfigureClient())

0 commit comments

Comments
 (0)