@@ -715,7 +715,7 @@ public void TestCreateIndexWithStorageOptions()
715715 }
716716
717717 [ Test ]
718- [ RequiresServer ( MinimumVersion = "3.1.9999 " ) ]
718+ [ RequiresServer ( MinimumVersion = "3.2.0 " ) ]
719719 public void TestCreateIndexWithPartialFilterExpression ( )
720720 {
721721 _collection . Drop ( ) ;
@@ -995,7 +995,7 @@ public void TestFindAndModifyUpsert()
995995 }
996996
997997 [ Test ]
998- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
998+ [ RequiresServer ( MinimumVersion = "3.2.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
999999 public void TestFindAndModifyReplaceWithWriteConcernError ( )
10001000 {
10011001 _collection . RemoveAll ( ) ;
@@ -1020,7 +1020,7 @@ public void TestFindAndModifyReplaceWithWriteConcernError()
10201020 }
10211021
10221022 [ Test ]
1023- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
1023+ [ RequiresServer ( MinimumVersion = "3.2.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
10241024 public void TestFindAndModifyUpdateWithWriteConcernError ( )
10251025 {
10261026 _collection . RemoveAll ( ) ;
@@ -1141,7 +1141,7 @@ public void TestFindAndRemoveWithMaxTime()
11411141 }
11421142
11431143 [ Test ]
1144- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
1144+ [ RequiresServer ( MinimumVersion = "3.2.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
11451145 public void TestFindAndRemoveWithWriteConcernError ( )
11461146 {
11471147 _collection . RemoveAll ( ) ;
@@ -2410,7 +2410,7 @@ public void TestInsertDuplicateKey()
24102410 }
24112411
24122412 [ Test ]
2413- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
2413+ [ RequiresServer ( MinimumVersion = "3.0.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
24142414 public void TestInsertWithWriteConcernError ( )
24152415 {
24162416 _collection . RemoveAll ( ) ;
@@ -2881,7 +2881,7 @@ public void TestRemoveUnacknowledeged()
28812881 }
28822882
28832883 [ Test ]
2884- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
2884+ [ RequiresServer ( MinimumVersion = "3.0.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
28852885 public void TestRemoveWithWriteConcernError ( )
28862886 {
28872887 _collection . RemoveAll ( ) ;
@@ -3157,7 +3157,7 @@ public void TestUpdateUnacknowledged()
31573157 }
31583158
31593159 [ Test ]
3160- [ RequiresServer ( ServerTypes = ServerTypes . ReplicaSetMember ) ]
3160+ [ RequiresServer ( MinimumVersion = "3.0.0" , ServerTypes = ServerTypes . ReplicaSetMember ) ]
31613161 public void TestUpdateWithWriteConcernError ( )
31623162 {
31633163 _collection . RemoveAll ( ) ;
0 commit comments