Skip to content

Commit 73d4503

Browse files
XueruiFaEvergreen Agent
authored andcommitted
SERVER-50448: Add requires_journaling tag to API version tests
1 parent 7c8935c commit 73d4503

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

jstests/noPassthrough/api_version_parameters_shell.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Test the shell's --apiVersion and other options related to the MongoDB Versioned API, and
33
* test passing API parameters to the Mongo() constructor.
4+
*
5+
* @tags: [requires_journaling]
46
*/
57

68
(function() {

jstests/noPassthrough/require_api_version.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* This test is incompatible with parallel and passthrough suites; concurrent jobs fail while
55
* requireApiVersion is true.
6+
*
7+
* @tags: [requires_journaling]
68
*/
79

810
(function() {

0 commit comments

Comments
 (0)