summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorVishnu Kaushik <vishnu.kaushik@mongodb.com>2021-09-20 21:27:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-20 21:49:09 +0000
commitf9a38501bc743dca7820c8eddd018eb2f37f7b89 (patch)
tree23bba05cb54ac9d80b080f7bea5f4ca63dcc1b5a /etc
parent6f895e6289a1aa26f74fe622a3afafdba2a73154 (diff)
downloadmongo-f9a38501bc743dca7820c8eddd018eb2f37f7b89.tar.gz
SERVER-59737 Remove the disabled_due_to_server_58295 tag from test infrastructure config files
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 2af9a1ef0bc..b97e90bae31 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9560,7 +9560,7 @@ buildvariants:
# TODO (SERVER-55857): Remove 'requires_fcv_51' once tests are filtered out using the
# 'REQUIRES_FCV_TAG' list in 'multiversion_constants.py'.
test_flags: >-
- --excludeWithAnyTags=requires_fcv_51,multiversion_incompatible,disabled_due_to_server_58295
+ --excludeWithAnyTags=requires_fcv_51,multiversion_incompatible
compile_flags: >-
-j$(grep -c ^processor /proc/cpuinfo)
--ssl
@@ -9591,7 +9591,7 @@ buildvariants:
# TODO (SERVER-55857): Remove 'requires_fcv_51' once tests are filtered out using the
# 'REQUIRES_FCV_TAG' list in 'multiversion_constants.py'.
test_flags: >-
- --excludeWithAnyTags=requires_fcv_51,multiversion_incompatible,disabled_due_to_server_58295
+ --excludeWithAnyTags=requires_fcv_51,multiversion_incompatible
--runAllFeatureFlagTests
--mongodSetParameters="{internalQueryEnableSlotBasedExecutionEngine: true}"