0
0
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:
XueruiFa 2020-08-21 13:49:41 +00:00 committed by Evergreen Agent
parent 7c8935c12a
commit 73d4503b25
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/** /**
* Test the shell's --apiVersion and other options related to the MongoDB Versioned API, and * Test the shell's --apiVersion and other options related to the MongoDB Versioned API, and
* test passing API parameters to the Mongo() constructor. * test passing API parameters to the Mongo() constructor.
*
* @tags: [requires_journaling]
*/ */
(function() { (function() {

View File

@ -3,6 +3,8 @@
* *
* This test is incompatible with parallel and passthrough suites; concurrent jobs fail while * This test is incompatible with parallel and passthrough suites; concurrent jobs fail while
* requireApiVersion is true. * requireApiVersion is true.
*
* @tags: [requires_journaling]
*/ */
(function() { (function() {