File tree 1 file changed +5
-0
lines changed
src/MongoDB.Driver.Tests/Linq/Translators 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ public void Any_with_local_contains_on_a_scalar_array()
166
166
}
167
167
168
168
[ Test ]
169
+ [ RequiresServer ( MinimumVersion = "3.1.9" ) ]
169
170
public void BitsAllClear_with_bitwise_operators ( )
170
171
{
171
172
Assert (
@@ -175,6 +176,7 @@ public void BitsAllClear_with_bitwise_operators()
175
176
}
176
177
177
178
[ Test ]
179
+ [ RequiresServer ( MinimumVersion = "3.1.9" ) ]
178
180
public void BitsAllSet_with_bitwise_operators ( )
179
181
{
180
182
Assert (
@@ -184,6 +186,7 @@ public void BitsAllSet_with_bitwise_operators()
184
186
}
185
187
186
188
[ Test ]
189
+ [ RequiresServer ( MinimumVersion = "3.1.9" ) ]
187
190
public void BitsAllSet_with_HasFlag ( )
188
191
{
189
192
Assert (
@@ -193,6 +196,7 @@ public void BitsAllSet_with_HasFlag()
193
196
}
194
197
195
198
[ Test ]
199
+ [ RequiresServer ( MinimumVersion = "3.1.9" ) ]
196
200
public void BitsAnyClear_with_bitwise_operators ( )
197
201
{
198
202
Assert (
@@ -202,6 +206,7 @@ public void BitsAnyClear_with_bitwise_operators()
202
206
}
203
207
204
208
[ Test ]
209
+ [ RequiresServer ( MinimumVersion = "3.1.9" ) ]
205
210
public void BitsAnySet_with_bitwise_operators ( )
206
211
{
207
212
Assert (
You can’t perform that action at this time.
0 commit comments