summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSophia Tan <sophia_tll@hotmail.com>2022-01-05 21:30:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-05 22:39:50 +0000
commita39eeae4ecd49bcdc1a107fc0c04bbab9ee7ba0b (patch)
tree553635f4132250281f187d5903ff907da509a986
parent9d679b44a806f9d8dae7d0e0d4468cf0c8eef143 (diff)
downloadmongo-a39eeae4ecd49bcdc1a107fc0c04bbab9ee7ba0b.tar.gz
SERVER-62349 Disable featureFlagRequireTenantId for the all feature flags required evergreen tests
-rw-r--r--buildscripts/resmokeconfig/fully_disabled_feature_flags.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
index e5c94ee4b3a..59025aba509 100644
--- a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
+++ b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
@@ -4,3 +4,6 @@
# by modifying their respective definitions in evergreen.yml.
- featureFlagFryer
+# Disable featureFlagRequireTenantID until all paths pass tenant id to TenantNamespace
+# and TenantDatabase constructors.
+- featureFlagRequireTenantID