mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-50448: Add requires_journaling tag to API version tests
This commit is contained in:
parent
7c8935c12a
commit
73d4503b25
@ -1,6 +1,8 @@
|
||||
/**
|
||||
* Test the shell's --apiVersion and other options related to the MongoDB Versioned API, and
|
||||
* test passing API parameters to the Mongo() constructor.
|
||||
*
|
||||
* @tags: [requires_journaling]
|
||||
*/
|
||||
|
||||
(function() {
|
||||
|
@ -3,6 +3,8 @@
|
||||
*
|
||||
* This test is incompatible with parallel and passthrough suites; concurrent jobs fail while
|
||||
* requireApiVersion is true.
|
||||
*
|
||||
* @tags: [requires_journaling]
|
||||
*/
|
||||
|
||||
(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user