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 d3234c4 commit b937e52Copy full SHA for b937e52
spec/mongo/collection/view/map_reduce_spec.rb
@@ -348,7 +348,7 @@
348
349
shared_examples_for 'map reduce that writes accepting write concern' do
350
351
- context 'when the server supports write concern on the mapReduce command', if: collation_enabled? do
+ context 'when the server supports write concern on the mapReduce command', if: (collation_enabled? && standalone?) do
352
353
it 'uses the write concern' do
354
expect {
0 commit comments