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 ac0fee1 commit 3e72bd8Copy full SHA for 3e72bd8
test/runner.js
@@ -300,9 +300,6 @@ var testFiles = [
300
, '/test/functional/find_and_modify_tests.js'
301
, '/test/functional/hang_tests.js'
302
303
- // Mock tests
304
- , '/test/functional/command_write_concern_tests.js',
305
-
306
// Replicaset tests
307
, '/test/functional/replset_read_preference_tests.js'
308
, '/test/functional/replset_operations_tests.js'
@@ -346,6 +343,8 @@ try {
346
343
eval("(function *(){})");
347
344
// Generator tests
348
345
testFiles.push('/test/functional/operation_generators_example_tests.js');
+ // Mock tests
+ testFiles.push('/test/functional/command_write_concern_tests.js');
349
} catch(err) {}
350
351
// Add all the tests to run
0 commit comments