From 73d4503b2542d0102e0fd096bd0c8cc1b5155f96 Mon Sep 17 00:00:00 2001 From: XueruiFa Date: Fri, 21 Aug 2020 13:49:41 +0000 Subject: [PATCH] SERVER-50448: Add requires_journaling tag to API version tests --- jstests/noPassthrough/api_version_parameters_shell.js | 2 ++ jstests/noPassthrough/require_api_version.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/jstests/noPassthrough/api_version_parameters_shell.js b/jstests/noPassthrough/api_version_parameters_shell.js index dc7b5e07bbc..d12322264d7 100644 --- a/jstests/noPassthrough/api_version_parameters_shell.js +++ b/jstests/noPassthrough/api_version_parameters_shell.js @@ -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() { diff --git a/jstests/noPassthrough/require_api_version.js b/jstests/noPassthrough/require_api_version.js index 3cb56bc06a3..be788a3a8c7 100644 --- a/jstests/noPassthrough/require_api_version.js +++ b/jstests/noPassthrough/require_api_version.js @@ -3,6 +3,8 @@ * * This test is incompatible with parallel and passthrough suites; concurrent jobs fail while * requireApiVersion is true. + * + * @tags: [requires_journaling] */ (function() {