mongo/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
clarissecheah fa6bd7d221 SERVER-101672 Remove async sampling feature flag (#41318)
Co-authored-by: Gregory Wlodarek <gregory.wlodarek@mongodb.com>
GitOrigin-RevId: c0b6e4868aae177a72b5354b9b62eb162eec38bf
2025-09-16 15:35:24 +00:00

31 lines
1.4 KiB
YAML

# Feature flags here are turned off even on the "all feature flags" build variants.
# Feature flags here disable jstests that are tagged with these feature flags on all variants.
#
# These flags can be enabled on a per-task or per-build-variant basis
# by modifying their respective definitions in evergreen.yml.
- featureFlagFryer
# This flag exists to help users in managed environments that upgraded to 6.0 before 6.0.0-rc8 was
# released create the transactions collection index and is only meant to be enabled adhoc, so only
# its targeted tests should enable it.
- featureFlagAlwaysCreateConfigTransactionsPartialIndexOnStepUp
- featureFlagUpdateDocumentShardKeyUsingTransactionApi
# TODO SERVER-102586: Revisit propagation of the VersionContext to checks,
# if featureFlagAllMongodsAreSharded is re-enabled.
- featureFlagAllMongodsAreSharded
- featureFlagGRPC
- featureFlagCreateCollectionInPreparedTransactions
- featureFlagSearchInSbe
- featureFlagEgressGrpcForSearch
- featureFlagTSBucketingParametersUnchanged
# TODO SERVER-99433: Delete featureFlagReplicaSetEndpoint.
- featureFlagReplicaSetEndpoint
- featureFlagGaplessFTDC
# TODO SERVER-101589: start testing viewless timeseries in allFeatureFlag variant
- featureFlagCreateViewlessTimeseriesCollections
# TODO SERVER-67034: re-enable 'featureFlagSbeFull'.
- featureFlagSbeFull
# TODO (SERVER-73632): Delete featureFlagRouterPort.
- featureFlagRouterPort
- featureFlagSessionsCollectionCoordinatorOnConfigServer