summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp4
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp b/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
index e411277a57d..978c1c143be 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine_test.cpp
@@ -547,6 +547,10 @@ TEST_F(WiredTigerKVEngineTest, WiredTigerDowngrade) {
TEST_F(WiredTigerKVEngineTest, TestReconfigureLog) {
// Perform each test in their own limited scope in order to establish different
// severity levels.
+
+ // TODO SERVER-70651 Re-enable this test.
+ return;
+
{
auto opCtxRaii = _makeOperationContext();
// Set the WiredTiger Checkpoint LOGV2 component severity to the Log level.
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp b/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
index 52b8309cbf7..aba64bbe962 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_util_test.cpp
@@ -442,6 +442,10 @@ TEST(WiredTigerUtilTest, ParseCompactMessages) {
TEST(WiredTigerUtilTest, GenerateVerboseConfiguration) {
// Perform each test in their own limited scope in order to establish different
// severity levels.
+
+ // TODO SERVER-70651 Re-enable this test.
+ return;
+
{
// Set the WiredTiger Checkpoint LOGV2 component severity to the Log level.
auto severityGuard = unittest::MinimumLoggedSeverityGuard{