We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117276b commit 5d358dbCopy full SHA for 5d358db
tests/MongoDB.Driver.Tests/AtClusterTimeTests.cs
@@ -16,6 +16,8 @@
16
using System.Collections.Generic;
17
using MongoDB.Bson;
18
using MongoDB.Bson.Serialization.Attributes;
19
+using MongoDB.Driver.Core.Clusters;
20
+using MongoDB.Driver.Core.TestHelpers.XunitExtensions;
21
using Xunit;
22
23
namespace MongoDB.Driver.Tests;
@@ -25,6 +27,7 @@ public class AtClusterTimeTests
25
27
[Fact]
26
28
public void AtClusterTime_should_work()
29
{
30
+ RequireServer.Check().ClusterType(ClusterType.ReplicaSet);
31
const string collectionName = "atClusterTimeTests";
32
const string databaseName = "testDb";
33
0 commit comments